comments were not displayed
This commit is contained in:
@@ -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
|
||||
|
@@ -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