diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-04-17 09:41:23 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-04-17 09:41:23 +0000 |
commit | e3d3d76d5cbefd56b978ca7cf8dd9d13cd0605c5 (patch) | |
tree | 319d0a4e13006a2ccd019cfd968579df11b3bbca /www-ssl/admin | |
parent | ea99c4fd4bbea640f3404ad697b7d27040315ab7 (diff) |
bugfix: LIMIT beim austragen aus schichten entfernt
git-svn-id: svn://svn.cccv.de/engel-system@119 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-x | www-ssl/admin/user2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/user2.php b/www-ssl/admin/user2.php index 7a9467b8..8631ade2 100755 --- a/www-ssl/admin/user2.php +++ b/www-ssl/admin/user2.php @@ -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 "Änderung wurde gesichert...\n"; |