Commit 8d0af8cb authored by Alex Ne's avatar Alex Ne

fix

parent 62a85d46
......@@ -78,7 +78,7 @@ class PDOWhereConstructor {
* @param $data
*/
private function build_where_string($data, $inner_level = 0, $operator = "AND", $key_index = 0) {
$SQL_Fragment_Items = "";
$SQL_Fragment_Items = [];
foreach ($data as $key => $value) {
$item_info = $this->check_data_item($key, $value, $inner_level, $operator);
if ($item_info["type"] == "column") {
......
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