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

This commit is contained in:
Michal Čihař
2006-10-19 08:54:19 +00:00
parent 092e420488
commit 39ac60384a
11 changed files with 18 additions and 11 deletions

View File

@@ -185,7 +185,7 @@ if (empty($is_info)) {
// Gets the database structure
$sub_part = '_structure';
require './libraries/db_details_db_info.inc.php';
require './libraries/db_info.inc.php';
echo "\n";
}