Rename db_* files to drop useless _details part.

This commit is contained in:
Michal Čihař
2006-10-25 12:25:01 +00:00
parent ad06b4a991
commit cac4247057
34 changed files with 93 additions and 91 deletions

View File

@@ -77,7 +77,7 @@ if ($import_type == 'table') {
if (isset($table) && isset($db)) {
$goto = 'tbl_structure.php';
} elseif (isset($db)) {
$goto = 'db_details_structure.php';
$goto = 'db_structure.php';
} else {
$goto = 'server_sql.php';
}