fixed NOTICE
This commit is contained in:
@@ -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.
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user