From 56ff92ef5a806e908dc2fc2246f122785fccc0d6 Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:52:27 +0000 Subject: [PATCH] Update debug.php --- sys0-code/app/debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys0-code/app/debug.php b/sys0-code/app/debug.php index 6ef46b7..50c5592 100644 --- a/sys0-code/app/debug.php +++ b/sys0-code/app/debug.php @@ -200,7 +200,7 @@ function delete_input(input,action,id,row){ while($cnt!=0) { $userid=0; - $sql="select id,name, from class where id>$last_id ORDER BY id"; + $sql="select id,name from class where id>$last_id ORDER BY id"; $cancel=0; $stmt = mysqli_prepare($link, $sql); mysqli_stmt_execute($stmt);