bugfix: LIMIT beim austragen aus schichten entfernt

git-svn-id: svn://svn.cccv.de/engel-system@119 29ba0400-6e00-0410-a75a-ca02368028f8
main
cookie 19 years ago
parent ea99c4fd4b
commit e3d3d76d5c

@ -91,7 +91,7 @@ if (IsSet($_GET["action"]))
echo "<br>\ndelate UserEntry...";
$SQL3="UPDATE `ShiftEntry` SET `UID` = '0', `Comment` = NULL ".
"WHERE `UID` = '". $_POST["enterUID"]. "' LIMIT 1;";
"WHERE `UID` = '". $_POST["enterUID"]. "';";
$Erg = db_query($SQL3, "delate UserEntry");
if ($Erg == 1) {
echo "&Auml;nderung wurde gesichert...\n";

Loading…
Cancel
Save