Skip to content

Commit

Permalink
Bug #4954 Warnings on query results refresh
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jun 12, 2015
1 parent a36aea3 commit a759ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/DisplayResults.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,7 @@ private function _isInSorted(
// Another query to test this:
// SELECT p.*, FROM_UNIXTIME(p.temps) FROM mytable AS p
// (and try clicking on each column's header twice)
$noSortTable = /*overload*/mb_strpos(
$noSortTable = empty($sort_tbl) || /*overload*/mb_strpos(
$sort_expression_nodirection[$index_in_expression], $sort_tbl
) === false;
$noOpenParenthesis = /*overload*/mb_strpos(
Expand Down

0 comments on commit a759ac0

Please sign in to comment.