mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fixes for php 7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user