After renaming a table, move back to tbl_properties_operations.php3 instead of tbl_properties.php3.

This commit is contained in:
Alexander M. Turek
2003-08-25 15:22:03 +00:00
parent 4580cf6768
commit 6723cc44ba
2 changed files with 6 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ if (isset($new_name) && trim($new_name) != '') {
unset($table_query);
unset($tb_rs);
}
if ($cfgRelation['pdfwork']) {
$table_query = 'UPDATE ' . PMA_backquote($cfgRelation['table_coords'])
. ' SET table_name = \'' . PMA_sqlAddslashes($table) . '\''
@@ -105,5 +105,5 @@ else {
/**
* Back to the calling script
*/
require('./tbl_properties.php3');
require('./tbl_properties_operations.php3');
?>