bugfix: LIMIT beim austragen aus schichten entfernt

git-svn-id: svn://svn.cccv.de/engel-system@119 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-04-17 09:41:23 +00:00
parent ea99c4fd4b
commit e3d3d76d5c
1 changed files with 1 additions and 1 deletions

View File

@ -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";