]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-themes.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / member / what-themes.php
index 26865409cbba09a67049a5dd262e7aad06c9744c..95188d411442cb2193bc81e97983f8c2a652f775 100644 (file)
@@ -53,7 +53,7 @@ ADD_DESCR('member', __FILE__);
 if (REQUEST_ISSET_POST(('member_theme'))) {
        // Save theme to member's profile
        SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET curr_theme='%s' WHERE userid=%s LIMIT 1",
-               array(REQUEST_POST('member_theme'), getUserId()), __FILE__, __LINE__);
+       array(REQUEST_POST('member_theme'), getUserId()), __FILE__, __LINE__);
 
        // Set new theme for guests
        $newTheme = SQL_ESCAPE(REQUEST_POST('member_theme'));
@@ -125,7 +125,7 @@ foreach ($THEMES['theme_unix'] as $key => $unix) {
 }
 
 if (empty($OUT)) {
-       // No themes found???
+       // No themes found???
        $OUT = "<tr>
   <td colspan=\"5\" class=\"bottom2\" height=\"80\">
     ".LOAD_TEMPLATE('admin_settings_saved', true, getMessage('MEMBER_NO_THEMES_FOUND'))."