comments were not displayed

This commit is contained in:
Marc Delisle
2002-02-23 16:45:01 +00:00
parent 4195204f78
commit 67ca1eb676
2 changed files with 4 additions and 3 deletions

View File

@@ -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 . '&nbsp;:&nbsp;' . $show_comment . '<br /><br />';
}
/**
* Displays the table structure
*/