Commit 493c1886 authored by Alexander Butenko's avatar Alexander Butenko

Preparation for static mysqli

parent a8b8c8db
......@@ -188,7 +188,7 @@ class MysqliDb
or die('There was a problem connecting to the database');
if ($this->charset)
$this->mysqli()->set_charset ($this->charset);
$this->_mysqli->set_charset ($this->charset);
}
/**
......@@ -1098,7 +1098,7 @@ class MysqliDb
if (!$this->isSubQuery)
return;
if ($this->_mysqli)
$this->mysqli()->close();
$this->_mysqli->close();
}
/**
......
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