From d68ffb3164cb694c318500c62c4044ad9d817eac Mon Sep 17 00:00:00 2001 From: Garrett Date: Sun, 1 Aug 2021 04:18:30 +0000 Subject: [PATCH] 0.3.18 --- includes/MySQLie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/MySQLie.class.php b/includes/MySQLie.class.php index bf75110..7c5a0e5 100755 --- a/includes/MySQLie.class.php +++ b/includes/MySQLie.class.php @@ -579,7 +579,7 @@ var $qls; $this->update_queries(); $this->last_query[] = $query; - error_log('Debug: '.$query); + mysqli_query($this->connection, $query) or die(mysqli_errno($this->connection) . ': ' . mysqli_error($this->connection)); }