]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/bonus_filter.php
Updated ext-politician-stop which is satire on politicians that doesn't really know...
[mailer.git] / inc / filter / bonus_filter.php
index 7c6815affdba4b78d365a3424df973ff6a2c9851..63aafff99354db6470c986d60810f664a774cadc 100644 (file)
@@ -127,7 +127,7 @@ function FILTER_BONUS_USER_REGISTRATION_ADD_SQL_COLUMNS ($filterData) {
 
        // Next: active rallye
        if (!isBonusNewMemberNotifyEnabled()) {
-               $GLOBALS['register_sql_columns'] .= ', `bonus_rallye_enable_notify`, `bonus_rallye_disable_notify`';
+               addExtraRegistrationColumns(', `bonus_rallye_enable_notify`, `bonus_rallye_disable_notify`');
                $GLOBALS['register_sql_data']    .= ', UNIX_TIMESTAMP(), UNIX_TIMESTAMP()';
        } // END - if