Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / admin / what-list_task.php
index 3b0a16f0abeb6566c7439f93832137d65a62c6f4..b0d7f96980f0931c4fef8535cfbde2a26607052d 100644 (file)
@@ -84,7 +84,7 @@ switch (getRequestElement('type')) {
 }
 
 if (!empty($whereStatement)) {
-       $SEL = 0;
+       $SEL = '0';
        if (isPostRequestElementSet(('task'))) $SEL = countSelection(postRequestElement('task'));
 
        if ((isPostRequestElementSet(('assign'))) && ($SEL > 0)) {