bug 659227
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-01-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
|
||||||
|
|
||||||
2003-01-22 Robin Johnson <robbat2@users.sourceforge.net>
|
2003-01-22 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* lang/swedish*: Updates, thanks to Bj<42>rn T. Hallberg (bth)
|
* lang/swedish*: Updates, thanks to Bj<42>rn T. Hallberg (bth)
|
||||||
* lang/italian*: Updates, thanks to Pietro Danesi (danone)
|
* lang/italian*: Updates, thanks to Pietro Danesi (danone)
|
||||||
|
@@ -13,7 +13,6 @@ $url_query .= '&goto=tbl_properties.php3';
|
|||||||
require('./tbl_properties_table_info.php3');
|
require('./tbl_properties_table_info.php3');
|
||||||
require('./libraries/relation.lib.php3');
|
require('./libraries/relation.lib.php3');
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the relation settings
|
* Gets the relation settings
|
||||||
*/
|
*/
|
||||||
@@ -135,6 +134,7 @@ if ($cfgRelation['commwork']
|
|||||||
}
|
}
|
||||||
if (isset($upd_query)){
|
if (isset($upd_query)){
|
||||||
$upd_rs = PMA_query_as_cu($upd_query);
|
$upd_rs = PMA_query_as_cu($upd_query);
|
||||||
|
unset($upd_query);
|
||||||
}
|
}
|
||||||
} // end while (transferred data)
|
} // end while (transferred data)
|
||||||
} // end if (commwork)
|
} // end if (commwork)
|
||||||
@@ -214,7 +214,7 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<form method="post" action="tbl_relation.php3">
|
<form method="post" action="tbl_relation.php3">
|
||||||
<?php echo PMA_generate_common_hidden_inputs($db); ?>
|
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
||||||
<input type="hidden" name="submit_rel" value="true" />
|
<input type="hidden" name="submit_rel" value="true" />
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@@ -286,7 +286,7 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) {
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<form method="post" action="tbl_relation.php3">
|
<form method="post" action="tbl_relation.php3">
|
||||||
<?php echo PMA_generate_common_hidden_inputs($db); ?>
|
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
||||||
<input type="hidden" name="submit_show" value="true" />
|
<input type="hidden" name="submit_show" value="true" />
|
||||||
|
|
||||||
<p><?php echo $strChangeDisplay; ?></p>
|
<p><?php echo $strChangeDisplay; ?></p>
|
||||||
@@ -320,7 +320,7 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) {
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<form method="post" action="tbl_relation.php3">
|
<form method="post" action="tbl_relation.php3">
|
||||||
<?php echo PMA_generate_common_hidden_inputs($db); ?>
|
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
||||||
<input type="hidden" name="submit_comm" value="true" />
|
<input type="hidden" name="submit_comm" value="true" />
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
Reference in New Issue
Block a user