mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
lib: Remove superfluous return false from IdoQuery
This commit is contained in:
parent
e93e8f6330
commit
a6861789bb
@ -292,7 +292,6 @@ abstract class IdoQuery extends DbQuery
|
||||
$mapped = $this->getMappedField($field);
|
||||
if ($mapped === null) {
|
||||
return stripos($field, 'UNIX_TIMESTAMP') !== false;
|
||||
return false;
|
||||
}
|
||||
return stripos($mapped, 'UNIX_TIMESTAMP') !== false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user