]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/beg_filter.php
Rewrote handling of extra SQL columns/data for registration. The very generic filter...
[mailer.git] / inc / filter / beg_filter.php
index c8def8276d04e9e6cef5f4c81b64f8a4ac11563a..c96ba0b254e82f252d2b27d346b439a6d1d79a93 100644 (file)
@@ -46,8 +46,8 @@ function FILTER_BEG_RALLYE_USER_REGISTRATION_ADD_SQL_COLUMNS ($filterData) {
 
        // Add columns for begging rallye, if active
        if (!isBegNewMemberNotifyEnabled()) {
-               $GLOBALS['register_sql_columns'] .= ', `beg_rallye_enable_notify`, `beg_rallye_disable_notify`';
-               $GLOBALS['register_sql_data']    .= ', UNIX_TIMESTAMP(), UNIX_TIMESTAMP()';
+               addExtraRegistrationColumns(', `beg_rallye_enable_notify`, `beg_rallye_disable_notify`');
+               addExtraRegistrationData(', UNIX_TIMESTAMP(), UNIX_TIMESTAMP()');
        } // END - if
 
        // Return filter data