Rename db_details_db_info.inc.php to db_info.inc.php.

This commit is contained in:
Michal Čihař
2006-10-19 08:58:57 +00:00
parent 39ac60384a
commit 5eb166184f
2 changed files with 4 additions and 3 deletions

View File

@@ -1230,7 +1230,7 @@ if (isset($viewing_mode) && $viewing_mode == 'db') {
// Gets the database structure
$sub_part = '_structure';
require('./libraries/db_details_db_info.inc.php');
require('./libraries/db_info.inc.php');
echo "\n";
} else {
require('./libraries/server_links.inc.php');