Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / member / what-categories.php
index ec2a5d45fd87b62504125010606842ed2fb8cf2e..9a4473c5417028236f88c92663aeab356f6cfbc6 100644 (file)
@@ -60,7 +60,7 @@ if ($cats > 0)
                $cnt = 0;
                foreach ($_POST['cat'] as $cat=>$joined)
                {
-                       if ($joined == 'N') $cnt++;
+                       if ($joined == "N") $cnt++;
                }
                if (($cats - $cnt) < $_CONFIG['least_cats'])
                {