Update debug.php

This commit is contained in:
Janis Steiner
2024-06-27 13:52:27 +00:00
committed by GitHub
parent 4fb1c3f0a6
commit 56ff92ef5a

View File

@@ -200,7 +200,7 @@ function delete_input(input,action,id,row){
while($cnt!=0) while($cnt!=0)
{ {
$userid=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; $cancel=0;
$stmt = mysqli_prepare($link, $sql); $stmt = mysqli_prepare($link, $sql);
mysqli_stmt_execute($stmt); mysqli_stmt_execute($stmt);