This commit is contained in:
2026-01-07 22:27:04 +03:00
parent 61674fbc6f
commit 481e532dce
+1 -1
View File
@@ -362,7 +362,7 @@ CreateApi(function ($api) {
FastDBReq($db, 'DELETE FROM rings WHERE classId=? AND fromDate=?', [$classId, $day]); FastDBReq($db, 'DELETE FROM rings WHERE classId=? AND fromDate=?', [$classId, $day]);
break; break;
default: default:
return "you saved your live because you did'n know what tabs are here"; return "you saved your live because you didn't know what tabs are here";
} }
$db = null; $db = null;
return true; return true;