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

@@ -29,7 +29,7 @@ PMA_checkParameters(array('db'));
* Defines the url to return to in case of error in a sql statement
*/
if (isset($table)) {
$err_url = 'tbl_properties.php?' . PMA_generate_common_url($db, $table);
$err_url = 'tbl_sql.php?' . PMA_generate_common_url($db, $table);
} else {
$err_url = 'db_details.php?' . PMA_generate_common_url($db);
}
@@ -239,7 +239,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
// NULL attribute, but SHOW CREATE TABLE says the contrary. Believe
// the latter.
/**
* @todo merge this logic with the one in tbl_properties_structure.php
* @todo merge this logic with the one in tbl_structure.php
* or move it in a function similar to PMA_DBI_get_columns_full()
* but based on SHOW CREATE TABLE because information_schema
* cannot be trusted in this case (MySQL bug)