diff --git a/store/ARC2_StoreSelectQueryHandler.php b/store/ARC2_StoreSelectQueryHandler.php index 2c2d45f..c08918e 100644 --- a/store/ARC2_StoreSelectQueryHandler.php +++ b/store/ARC2_StoreSelectQueryHandler.php @@ -180,7 +180,7 @@ public function createTempTable($q_sql) ) { return $this->addError($this->store->a['db_object']->getErrorMessage()); } - 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)) { $this->addError($this->store->a['db_object']->getErrorMessage()); }