Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jun 8, 2020
1 parent 5bd520e commit cf081b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/bootGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static function getSqlFromPost($searchFieldsNames = array(), $keyPrefix = "", $a


if(!empty($FIND_IN_SET)){
$sql .= " ORDER BY FIND_IN_SET({$FIND_IN_SET}) ";
$sql .= " ORDER BY FIND_IN_SET({$FIND_IN_SET}) DESC ";
}else if (!empty($_POST['sort'])) {
$orderBy = array();
foreach ($_POST['sort'] as $key => $value) {
Expand Down

0 comments on commit cf081b0

Please sign in to comment.