Unneeded variable; also, fetching it gives an error for VIEWs
This commit is contained in:
@@ -70,8 +70,6 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
|||||||
/**
|
/**
|
||||||
* Gets table informations
|
* 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');
|
$show_comment = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_COMMENT');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user