Unneeded variable; also, fetching it gives an error for VIEWs

This commit is contained in:
Marc Delisle
2011-03-15 12:37:49 -04:00
parent 6ee25e5f22
commit 1129eb5ae3

View File

@@ -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');
/**