diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 1c99d14c4..d03b6285f 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -1754,7 +1754,6 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql) preg_match('@(.*)([[:space:]]*(ASC|DESC))@si', $sort_expression, $matches); $sort_expression_nodirection = isset($matches[1]) ? trim($matches[1]) : $sort_expression; unset($matches); - list($sort_db, $sort_table) = explode('.', $sort_expression_nodirection); // 1.4 Prepares display of first and last value of the sorted column