X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter%2Fbeg_filter.php;h=7c3cfc1c45e29289e1fbb3300aa221d221d2fdd4;hb=0b4c98232a5c9c5b934a5049dc3c84ad32ab1125;hp=c8def8276d04e9e6cef5f4c81b64f8a4ac11563a;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/filter/beg_filter.php b/inc/filter/beg_filter.php index c8def8276d..7c3cfc1c45 100644 --- a/inc/filter/beg_filter.php +++ b/inc/filter/beg_filter.php @@ -46,13 +46,13 @@ 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 //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!'); - //* NOISY-DEBUG: */ print __FUNCTION__.':filterData=
'.print_r($filterData,true).'
'; + //* NOISY-DEBUG: */ print __FUNCTION__.':filterData=
'.print_r($filterData,TRUE).'
'; return $filterData; }