]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
Charset fixed for SeCash, TODOs.txt updated, deprecated template removed
[mailer.git] / inc / libs / register_functions.php
index 7cf34d913ea4497fa3562807eca489b23ace236a..817cc3f3dd3b639af46cd7f81f027e55b5c55bab 100644 (file)
@@ -227,7 +227,7 @@ function isRegistrationDataComplete () {
        } // END - foreach
 
        // Enougth categories selected?
-       $isOkay = (($isOkay) && ($GLOBALS['register_selected_cats'] < getConfig('least_cats')));
+       $isOkay = (($isOkay) && ($GLOBALS['register_selected_cats'] >= getConfig('least_cats')));
 
        if ((postRequestParameter('email') != '!') && (getConfig('check_double_email') == 'Y')) {
                // Does the email address already exists in our database?