We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee9681 commit 702d7b1Copy full SHA for 702d7b1
store/ARC2_StoreSelectQueryHandler.php
@@ -180,7 +180,7 @@ public function createTempTable($q_sql)
180
) {
181
return $this->addError($this->store->a['db_object']->getErrorMessage());
182
}
183
- if (false == $this->store->a['db_object']->exec('INSERT INTO '.$tbl.' '."\n".$q_sql)) {
+ if (false === $this->store->a['db_object']->exec('INSERT INTO '.$tbl.' '."\n".$q_sql)) {
184
$this->addError($this->store->a['db_object']->getErrorMessage());
185
186
0 commit comments