From: Roland Häder Date: Thu, 17 Dec 2009 22:07:27 +0000 (+0000) Subject: Fix for registration, logic went wrong... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=325bb973c136c921d0c36384ca9655aa7744283e;hp=c6bd3b9962b4398407e7f6c3c1c62e9869cf04ec;p=mailer.git Fix for registration, logic went wrong... --- diff --git a/inc/libs/register_functions.php b/inc/libs/register_functions.php index 7cf34d913e..817cc3f3dd 100644 --- a/inc/libs/register_functions.php +++ b/inc/libs/register_functions.php @@ -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?