Rewritten to not use anymore
[mailer.git] / inc / modules / admin / what-admins_mails.php
index c949b03161714f08e2abf121410f9968e1a2f313..b4f752c93986e2618dd5037c3cba9a372958d404 100644 (file)
@@ -46,8 +46,7 @@ addMenuDescription('admin', __FILE__);
 
 if (isPostRequestElementSet('edit')) {
        // Check if entires are checked
-       $SEL = countPostSelection();
-       if ($SEL > 0) {
+       if (countPostSelection() > 0) {
                // Add option for events
                $adminsList = generateOptionList('admins', 'id', 'login', '', 'email');
                $SW = 2; $rowNameS = '';