closes #21
This commit is contained in:
parent
4fd7b0a676
commit
d5b67da551
1 changed files with 2 additions and 2 deletions
|
@ -159,11 +159,11 @@ abstract class Interpreter implements InterpreterInterface {
|
|||
$sql = '';
|
||||
|
||||
if (isset($from)) {
|
||||
$sql .= ' AND timestamp >= ' . $from;
|
||||
$sql .= ' AND timestamp >= ' . $from;
|
||||
}
|
||||
|
||||
if (isset($to)) {
|
||||
$sql .= ' AND timestamp <= ' . $to;
|
||||
$sql .= ' AND timestamp <= ' . $to;
|
||||
}
|
||||
|
||||
return $sql;
|
||||
|
|
Loading…
Add table
Reference in a new issue