fixed NOTICE

This commit is contained in:
Sebastian Mendel
2005-10-12 09:33:36 +00:00
parent e052827c74
commit 96984b1a5a
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
themes/darkblue_orange/css/theme_right.css.php,
themes/original/css/theme_right.css.php:
use list for navigation tabs RFE #1290423
* db_details_structure.php: fixed NOTICE
2005-10-12 Michal Čihař <michal@cihar.com>
* libraries/get_foreign.lib.php: Fix paging.

View File

@@ -615,7 +615,7 @@ if ($num_tables > 0) {
<?php
} // end if
if ( ! $table_is_schema ) {
if ( empty( $table_is_schema ) ) {
require('./libraries/display_create_table.lib.php');
} // end if (Create Table dialog)