mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +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);
|
$mapped = $this->getMappedField($field);
|
||||||
if ($mapped === null) {
|
if ($mapped === null) {
|
||||||
return stripos($field, 'UNIX_TIMESTAMP') !== false;
|
return stripos($field, 'UNIX_TIMESTAMP') !== false;
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
return stripos($mapped, 'UNIX_TIMESTAMP') !== false;
|
return stripos($mapped, 'UNIX_TIMESTAMP') !== false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user