Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 23, 2024
1 parent 4fbd9c2 commit 66be4de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/VuFind/src/VuFind/Db/Service/ResourceService.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ public static function getOrderByClause(string $sort, string $alias = 'r'): arra
if (strtolower($rawField) != 'title') {
$extraSelect = 'CASE WHEN ' . $alias . '.' . $rawField . ' IS NULL THEN 1 ELSE 0 END';
$order[] = $extraSelect;

}

// Apply the user-specified sort:
Expand Down

0 comments on commit 66be4de

Please sign in to comment.