diff --git a/includes/mysqli.php b/includes/mysqli.php index 695f30a..b3c6e29 100755 --- a/includes/mysqli.php +++ b/includes/mysqli.php @@ -472,7 +472,7 @@ class KleejaDatabase return false; } - [$error_no, $error_msg] = $this->get_error(); + list($error_no, $error_msg) = $this->get_error(); $error_sql = @current($this->debugr[$this->query_num+1]); //some ppl want hide their table names diff --git a/includes/sqlite.php b/includes/sqlite.php index 742e190..d9d9284 100755 --- a/includes/sqlite.php +++ b/includes/sqlite.php @@ -474,7 +474,7 @@ class KleejaDatabase return false; } - [$error_no, $error_msg] = $this->get_error(); + list($error_no, $error_msg) = $this->get_error(); $error_sql = @current($this->debugr[$this->query_num+1]); //some ppl want hide their table names