Commit c5707a64 authored by Alexander Butenko's avatar Alexander Butenko

Fix a typo

parent 525dc21d
......@@ -428,9 +428,9 @@ class MysqliDb
if ($option == 'MYSQLI_NESTJOIN')
$this->_nestJoin = true;
else if ($option == 'MYSQLI_FOR_UPDATE')
else if ($option == 'FOR UPDATE')
$this->_forUpdate = true;
else if ($option == 'MYSQLI_LOCK_IN_SHARE_MODE')
else if ($option == 'LOCK IN SHARE MODE')
$this->_lockInShareMode = true;
else
$this->_queryOptions[] = $option;
......
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