From c4240a841b17ad4d716ead2b18a0b3566d182768 Mon Sep 17 00:00:00 2001 From: Steve Alberty Date: Thu, 12 Jul 2001 09:46:40 +0000 Subject: [PATCH] remove display Avg_row_length if zero --- ChangeLog | 3 +++ tbl_properties.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) ? ' ' : ' ';