From 1129eb5ae34780361b33fbcae68000cc3d9aba8a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 15 Mar 2011 12:37:49 -0400 Subject: [PATCH] Unneeded variable; also, fetching it gives an error for VIEWs --- db_datadict.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/db_datadict.php b/db_datadict.php index b760a27fc..e67c096c3 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -70,8 +70,6 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) { /** * Gets table informations */ - // The 'show table' statement works correct since 3.23.03 - $num_rows = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_ROWS'); $show_comment = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_COMMENT'); /**