From aa3bdecd08a1ed5b343739f6b536ccb339d25077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Mon, 30 Jan 2023 13:55:04 +0100 Subject: [PATCH] fix dumb mistake --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index b11cf25..7f7a4a3 100755 --- a/index.php +++ b/index.php @@ -21,8 +21,8 @@ $stmt2->execute(); $stmt2->store_result(); $stmt20 = $mysqli->prepare("DELETE FROM Chat WHERE Timestamp < (CURRENT_TIMESTAMP - 86400);"); -$stmt2->execute(); -$stmt2->store_result(); +$stmt20->execute(); +$stmt20->store_result(); if (!empty($_GET["adder"])){