From baaaa7eaad2ccc8ebc244ce8774ea45e01e509e7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 23 May 2007 12:38:41 +0000 Subject: [PATCH] do not unset $total (and remove dead code in trunk) --- libraries/display_tbl.lib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 11ab92e40..74e7c4a6d 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -1724,9 +1724,6 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql) // displayed $total = ''; $is_display = PMA_setDisplayMode($the_disp_mode, $total); - if ($total == '') { - unset($total); - } // 1.2 Defines offsets for the next and previous pages if ($is_display['nav_bar'] == '1') {