[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-320-g1129eb5

The branch, master has been updated via 1129eb5ae34780361b33fbcae68000cc3d9aba8a (commit) from 6ee25e5f22415c2cd2e99383d17795c6f80fdb21 (commit) - Log ----------------------------------------------------------------- commit 1129eb5ae34780361b33fbcae68000cc3d9aba8a Author: Marc Delisle <marc@infomarc.info> Date: Tue Mar 15 12:37:49 2011 -0400 Unneeded variable; also, fetching it gives an error for VIEWs ----------------------------------------------------------------------- Summary of changes: db_datadict.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/db_datadict.php b/db_datadict.php index b760a27..e67c096 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'); /** hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle