do not unset $total (and remove dead code in trunk)
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user