From 3d1980cc2bd59ec61f22f219ff7c6193c9fcd713 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Sun, 8 Sep 2024 22:50:03 -0300 Subject: [PATCH] Update --- objects/Object.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/Object.php b/objects/Object.php index d7ebf81a..2b859903 100644 --- a/objects/Object.php +++ b/objects/Object.php @@ -188,7 +188,7 @@ public function save() { * @var array $global */ - error_log($sql); + //error_log($sql); $insert_row = $global['mysqli']->query($sql); if ($insert_row) {