projects
/
mailer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6bd3b9
)
Fix for registration, logic went wrong...
author
Roland Häder
<roland@mxchange.org>
Thu, 17 Dec 2009 22:07:27 +0000
(22:07 +0000)
committer
Roland Häder
<roland@mxchange.org>
Thu, 17 Dec 2009 22:07:27 +0000
(22:07 +0000)
inc/libs/register_functions.php
patch
|
blob
|
history
diff --git
a/inc/libs/register_functions.php
b/inc/libs/register_functions.php
index
7cf34d9
..
817cc3f
100644
(file)
--- 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?