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

@@ -14,7 +14,7 @@ require_once './libraries/sql_query_form.lib.php';
* Gets informations about the database and, if it is empty, move to the
* "db_details_structure.php" script where table can be created
*/
require('./libraries/db_details_db_info.inc.php');
require('./libraries/db_info.inc.php');
if ( $num_tables == 0 && empty( $db_query_force ) ) {
$sub_part = '';
$is_info = TRUE;