@@ -57,8 +57,7 @@ |
||
57 | 57 | if ($this->value) |
58 | 58 | { |
59 | 59 | $query = sprintf('%s %s %s', $this->fieldName, $this->filter, $this->value); |
60 | - } |
|
61 | - else |
|
60 | + } else |
|
62 | 61 | { |
63 | 62 | $query = sprintf('%s %s', $this->fieldName, $this->filter); |
64 | 63 | } |