summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-17 09:41:23 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-17 09:41:23 +0000
commite3d3d76d5cbefd56b978ca7cf8dd9d13cd0605c5 (patch)
tree319d0a4e13006a2ccd019cfd968579df11b3bbca /www-ssl
parentea99c4fd4bbea640f3404ad697b7d27040315ab7 (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')
-rwxr-xr-xwww-ssl/admin/user2.php2
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 "&Auml;nderung wurde gesichert...\n";