@@ -149,7 +149,7 @@ |
||
| 149 | 149 | |
| 150 | 150 | public function debug() |
| 151 | 151 | {
|
| 152 | - echo $this->query.'<pre>'.print_r($this->params).'</pre>'; |
|
| 152 | + echo $this->query . '<pre>' . print_r($this->params) . '</pre>'; |
|
| 153 | 153 | exit; |
| 154 | 154 | } |
| 155 | 155 | |