@@ -129,7 +129,7 @@ |
||
129 | 129 | \dibi::IDENTIFIER |
130 | 130 | ); |
131 | 131 | |
132 | - if ($filter->isExactSearch()){ |
|
132 | + if ($filter->isExactSearch()) { |
|
133 | 133 | $this->data_source->where("$column = %s", $value); |
134 | 134 | continue; |
135 | 135 | } |
@@ -165,7 +165,7 @@ |
||
165 | 165 | \dibi::IDENTIFIER |
166 | 166 | ); |
167 | 167 | |
168 | - if ($filter->isExactSearch()){ |
|
168 | + if ($filter->isExactSearch()) { |
|
169 | 169 | $this->data_source->where("$column = %s", $value); |
170 | 170 | continue; |
171 | 171 | } |