]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/register_filter.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / filter / register_filter.php
index 61af1b755e1e1647a003b755cba751cd4efeb2e3..7bd56bc650fd1b7d7b9442e311e38e8a6a90cc49 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 function FILTER_REGISTER_MUST_FILLOUT ($content) {
        // Get all fields for output
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
 function FILTER_REGISTER_MUST_FILLOUT ($content) {
        // Get all fields for output
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
-       $result = SQL_QUERY('SELECT `field_name`, `field_required` FROM `{?_MYSQL_PREFIX?}_must_register` ORDER BY `id` ASC',
+       $result = SQL_QUERY('SELECT `field_name`,`field_required` FROM `{?_MYSQL_PREFIX?}_must_register` ORDER BY `id` ASC',
                __FUNCTION__, __LINE__);
 
        // Walk through all entries
                __FUNCTION__, __LINE__);
 
        // Walk through all entries