diff --git a/ChangeLog b/ChangeLog index d2f38066e..738d8ea16 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-07-12 Steve Alberty + * tbl_properties.php3: remove display "Avg_row_length" if zero + 2001-07-11 Loïc Chapeaux * tbl_properties.php3, db_details.php3: fixed some bugs with php3 (0 != empty). diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 9682d7eb1..910954f83 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -369,7 +369,7 @@ if (MYSQL_MAJOR_VERSION == "3.23" && intval(MYSQL_MINOR_VERSION) > 3 && $tbl_typ 0) { echo (++$i%2) ? ' ' : ' ';