Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-03-15 19:37:49 +0300
committerMarc Delisle <marc@infomarc.info>2011-03-15 19:37:49 +0300
commit1129eb5ae34780361b33fbcae68000cc3d9aba8a (patch)
tree13b5c1593a5495a0f3c6328e691e2de6079d81ea /db_datadict.php
parent6ee25e5f22415c2cd2e99383d17795c6f80fdb21 (diff)
Unneeded variable; also, fetching it gives an error for VIEWs
Diffstat (limited to 'db_datadict.php')
-rw-r--r--db_datadict.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/db_datadict.php b/db_datadict.php
index b760a27fc7..e67c096c3e 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');
/**