More constant rewrites
[mailer.git] / inc / modules / admin / what-lock_user.php
index aff963e0b4a95e311a637110fa0754e50aac0eb9..ecb47ae0812a686b89d2c8d8417016a1db09a440 100644 (file)
@@ -105,7 +105,7 @@ if (REQUEST_ISSET_GET(('uid'))) {
                        // Prepare message
                        $MSG = USER_ACCOUNT_UNLOCKED_1.REQUEST_GET('uid').USER_ACCOUNT_UNLOCKED_2;
                        $ACT = true;
-               } elseif (REQUEST_ISSET_POST(('del'))) {
+               } elseif (REQUEST_ISSET_POST('del')) {
                        // Delete the account
                        $ACT = true;
                        LOAD_INC_ONCE("inc/modules/admin/what-del_user.php");