More constant rewrites
[mailer.git] / inc / modules / admin / what-unlock_emails.php
index 644d36a9840c63bcbd5b2e5646053c7bd3eb1c8a..00e3bb80b4bb4618defda91d375551855ca68bae 100644 (file)
@@ -52,7 +52,7 @@ ORDER BY `timestamp` ASC", __FILE__, __LINE__);
 if ((SQL_NUMROWS($result_main) > 0) || (REQUEST_ISSET_POST(('lock')))) {
        // Count checked checkboxes
        $SEL = 0;
-       if (REQUEST_ISSET_POST(('sel'))) {
+       if (REQUEST_ISSET_POST('sel')) {
                // Are there checked boxes?
                if (count(REQUEST_POST('sel')) > 0) {
                        // Count now... We use an own function for now