comments were not displayed
This commit is contained in:
@@ -137,13 +137,12 @@ while (list($key, $table) = each($the_tables)) {
|
||||
|
||||
|
||||
/**
|
||||
* Displays the comments of the table is MySQL >= 3.23
|
||||
* Displays the comments of the table if MySQL >= 3.23
|
||||
*/
|
||||
if (!empty($show_comment)) {
|
||||
echo $strTableComments . ' : ' . $row['Comment'];
|
||||
echo $strTableComments . ' : ' . $show_comment . '<br /><br />';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Displays the table structure
|
||||
*/
|
||||
|
Reference in New Issue
Block a user