Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / member / what-welcome.php
index 8aa3ff90674f5c2fc2f6746667fb1be608a1531a..dde69a53100884c2a47d315dada79204803a8345 100644 (file)
@@ -58,7 +58,7 @@ LOAD_TEMPLATE("member_welcome_header", false, $content);
 
 // Chedk if he is returning from a profile update notification
 $result = SQL_QUERY_ESC("SELECT userid FROM `{!_MYSQL_PREFIX!}_user_data` WHERE notified='Y' AND `userid`=%s LIMIT 1",
-       array(getUserId()), __FILE__, __LINE__);
+array(getUserId()), __FILE__, __LINE__);
 
 if ((SQL_NUMROWS($result) == 1) && (EXT_IS_ACTIVE('profile'))) {
        // Yes, he is so let's place him his wanted buttons