fix(deps): update dependency friendsofphp/php-cs-fixer to <3.41.2 (stable) (#2766)
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.41.2 * style: format files using php-cs-fixer --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
651bb9261c
commit
1820970ce3
5 changed files with 16 additions and 16 deletions
|
@ -1652,12 +1652,12 @@ SQL;
|
|||
if (isset($criteria['extra'])) {
|
||||
$spCriteriaExtra = $criteria['extra'] * 1000;
|
||||
}
|
||||
/*
|
||||
* If user is searching for an exact match of length we need to
|
||||
* search as if it starts with the specified length because the
|
||||
* user only sees the rounded version (i.e. 4:02.7 is 4:02.761625
|
||||
* in the database)
|
||||
*/
|
||||
/*
|
||||
* If user is searching for an exact match of length we need to
|
||||
* search as if it starts with the specified length because the
|
||||
* user only sees the rounded version (i.e. 4:02.7 is 4:02.761625
|
||||
* in the database)
|
||||
*/
|
||||
} elseif (in_array($spCriteria, ['length', 'cuein', 'cueout']) && $spCriteriaModifier == 'is') {
|
||||
$spCriteriaModifier = 'starts with';
|
||||
$spCriteria .= '::text';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue