Referal system refactured (and some parts fixed), wrapper function introduced:
[mailer.git] / inc / extensions / ext-user.php
index 195d0dd1aa1516c185c7689276b0b7a3786736f2..76cebee280107558983a0aae3644a9de559f4113 100644 (file)
@@ -99,7 +99,7 @@ INDEX (`cat_id`)",
 PRIMARY KEY (`userid`),
 UNIQUE (`user_hash`),
 INDEX (`refid`),
-INDEX `status_mails` (`status`,`max_mails`)",
+INDEX `status_mails` (`status`, `max_mails`)",
                        'Main user data');
 
                addDropTableSql('user_points');