From cfd38f3a5202dea3c3900800b53f35d753fbcd01 Mon Sep 17 00:00:00 2001 From: Claudio Date: Tue, 3 Dec 2024 11:46:42 +0100 Subject: [PATCH] table share --- public/userportal/save-sharing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/userportal/save-sharing.php b/public/userportal/save-sharing.php index cdddcc1..0661f16 100644 --- a/public/userportal/save-sharing.php +++ b/public/userportal/save-sharing.php @@ -66,7 +66,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $stmtCheckUser->close(); // Inserisce i dati nella tabella home_Sharing - $query = "INSERT INTO home_Sharing (idhome, iduser, shared_email, idshareduser, role_id, sharing_type, shared_sections, expiration_date, status) + $query = "INSERT INTO home_sharing (idhome, iduser, shared_email, idshareduser, role_id, sharing_type, shared_sections, expiration_date, status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)"; $stmt = $conn->prepare($query);