Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 9, 2024
1 parent 0fd8268 commit 3d1980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3d1980c

Please sign in to comment.