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

@@ -78,12 +78,12 @@ if (!empty($disp_message)) {
* (at this point, $goto might be set but empty)
*/
if (empty($goto)) {
$goto = 'db_details.php';
$goto = 'db_sql.php';
}
/**
* @todo check if we could replace by "db_details|tbl"
* @todo check if we could replace by "db_|tbl_"
*/
if (!preg_match('@^(db_details|tbl_)@', $goto)) {
if (!preg_match('@^(db|tbl)_@', $goto)) {
$err_url = $goto . "?" . PMA_generate_common_url($db) . "&sql_query=" . urlencode($sql_query);
} else {
$err_url = $goto . '?'