From a48debb2cb9f05c8dfb4e6a4ae8da63801420942 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 29 Jan 2017 21:55:24 +0100 Subject: [PATCH] Bugfix: clear(); --- db-mysql.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db-mysql.php b/db-mysql.php index a934d27..fa4215c 100755 --- a/db-mysql.php +++ b/db-mysql.php @@ -296,7 +296,8 @@ class db public function clear() { $this->col = null; - $this->data = ''; + //$this->data = ''; + $this->data = []; } //Query