Rename tbl_* files to drop useless _properties part.

This commit is contained in:
Michal Čihař
2006-10-25 10:55:20 +00:00
parent 5760b41378
commit ad06b4a991
33 changed files with 138 additions and 137 deletions

View File

@@ -15,7 +15,7 @@ PMA_checkParameters(array('db', 'table'));
/**
* Defines the url to return to in case of error in a sql statement
*/
$err_url = 'tbl_properties.php?' . PMA_generate_common_url($db, $table);
$err_url = 'tbl_sql.php?' . PMA_generate_common_url($db, $table);
/**
@@ -67,5 +67,5 @@ else {
* Back to the calling script
*/
require './tbl_properties.php';
require './tbl_sql.php';
?>