After renaming a table, move back to tbl_properties_operations.php3 instead of tbl_properties.php3.
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-08-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* tbl_rename.php3: After renaming a table, move back to
|
||||||
|
tbl_properties_operations.php3 instead of tbl_properties.php3.
|
||||||
|
|
||||||
2003-08-22 Marc Delisle <lem9@users.sourceforge.net>
|
2003-08-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/galician: Updated, thanks to Xos<6F> Calvo.
|
* lang/galician: Updated, thanks to Xos<6F> Calvo.
|
||||||
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
|
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
|
||||||
|
@@ -79,7 +79,7 @@ if (isset($new_name) && trim($new_name) != '') {
|
|||||||
unset($table_query);
|
unset($table_query);
|
||||||
unset($tb_rs);
|
unset($tb_rs);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($cfgRelation['pdfwork']) {
|
if ($cfgRelation['pdfwork']) {
|
||||||
$table_query = 'UPDATE ' . PMA_backquote($cfgRelation['table_coords'])
|
$table_query = 'UPDATE ' . PMA_backquote($cfgRelation['table_coords'])
|
||||||
. ' SET table_name = \'' . PMA_sqlAddslashes($table) . '\''
|
. ' SET table_name = \'' . PMA_sqlAddslashes($table) . '\''
|
||||||
@@ -105,5 +105,5 @@ else {
|
|||||||
/**
|
/**
|
||||||
* Back to the calling script
|
* Back to the calling script
|
||||||
*/
|
*/
|
||||||
require('./tbl_properties.php3');
|
require('./tbl_properties_operations.php3');
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user