Commit 8e45c952 authored by Alexander Butenko's avatar Alexander Butenko

Trim whitespaces in the code

parent 20db85d5
...@@ -815,7 +815,7 @@ class MysqliDb ...@@ -815,7 +815,7 @@ class MysqliDb
if (is_array($this->_updateColumns) && !empty($this->_updateColumns)) { if (is_array($this->_updateColumns) && !empty($this->_updateColumns)) {
$this->_query .= " on duplicate key update "; $this->_query .= " on duplicate key update ";
if ($this->_lastInsertId) { if ($this->_lastInsertId) {
$this->_lastQuery .= $this->_lastInsertId."=LAST_INSERT_ID(".$this->_lastInsertId."),"; $this->_lastQuery .= $this->_lastInsertId."=LAST_INSERT_ID (".$this->_lastInsertId."),";
$this->_lastInsertId = null; $this->_lastInsertId = null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment