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);