do not unset $total (and remove dead code in trunk)

This commit is contained in:
Marc Delisle
2007-05-23 12:38:41 +00:00
parent b864ca99ed
commit baaaa7eaad

View File

@@ -1724,9 +1724,6 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql)
// displayed // displayed
$total = ''; $total = '';
$is_display = PMA_setDisplayMode($the_disp_mode, $total); $is_display = PMA_setDisplayMode($the_disp_mode, $total);
if ($total == '') {
unset($total);
}
// 1.2 Defines offsets for the next and previous pages // 1.2 Defines offsets for the next and previous pages
if ($is_display['nav_bar'] == '1') { if ($is_display['nav_bar'] == '1') {