From 483c92a347de44ed8dbc48c7f5c846b2f1c8b4a0 Mon Sep 17 00:00:00 2001 From: bx khateri <bx@bxs-MacBook-Pro.local> Date: Thu, 23 Nov 2023 15:49:50 +0100 Subject: [PATCH] prod api changed --- twits.php | 1 - 1 file changed, 1 deletion(-) diff --git a/twits.php b/twits.php index 429f467..ec31f8d 100644 --- a/twits.php +++ b/twits.php @@ -62,7 +62,6 @@ if ((isset($post_title) && $post_title != null) && (isset($post_body) && $post_b $user_id = $obj->getUserIdByEmail($obj, $_SESSION['logged_user']); $query = "INSERT INTO posts VALUE (null,'$post_title','$post_body', '$post_url_image',CURRENT_TIMESTAMP, '$user_id', 1);"; - echo $query; $result = $obj->executeQuery($query); // refresh session time -- GitLab