]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/theme_filter.php
Rewrote handling of extra SQL columns/data for registration. The very generic filter...
[mailer.git] / inc / filter / theme_filter.php
index 37b6bc5bc847b93cb50df6e154cf90f21dae273b..9cd0749e5ce5ed18c8ceb1102cf15dcc3437334e 100644 (file)
@@ -90,8 +90,8 @@ function FILTER_THEME_USER_REGISTRATION_ADD_SQL_COLUMNS ($filterData) {
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
 
        // Okay, add design here
-       $GLOBALS['register_sql_columns'] .= ', `curr_theme`';
-       $GLOBALS['register_sql_data']    .= ", '{%%pipe,getCurrentTheme%%}'";
+       addExtraRegistrationColumns(', `curr_theme`');
+       addExtraRegistrationData(", '{%%pipe,getCurrentTheme%%}'");
 
        // Return filter data
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!');