summaryrefslogtreecommitdiff
path: root/www-ssl/admin/user2.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/user2.php')
-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";