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

@@ -8,6 +8,8 @@ $Source$
2002-02-23 Marc Delisle <lem9@users.sourceforge.net>
* tbl_replace.php3, bug 520242, records get inserted twice
* swedish updates thanks to Bj<42>rn T. Hallberg
* tbl_printview.php3, comments were not displayed, thanks to
Bj<42>rn T. Hallberg
2002-02-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_addfield.php3, lines 34-44; tbl_create.php3, lines 40-50: fixed php

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 . '&nbsp;:&nbsp;' . $row['Comment'];
echo $strTableComments . '&nbsp;:&nbsp;' . $show_comment . '<br /><br />';
}
/**
* Displays the table structure
*/