X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-nickname.php;h=294973e4ce7dfc3f99f85aa4805cce3830ea7259;hb=968b5160ae624519f1a9491f00e0aeadf25729fb;hp=7a9e7b511447e4500b7b0f879c56f1101be9f766;hpb=36226d2764dd4b05da2865a8b212f18c422edc89;p=mailer.git diff --git a/inc/modules/member/what-nickname.php b/inc/modules/member/what-nickname.php index 7a9e7b5114..294973e4ce 100644 --- a/inc/modules/member/what-nickname.php +++ b/inc/modules/member/what-nickname.php @@ -74,13 +74,13 @@ if ($isValid === true) { // Nickname not in use, so set it now SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `nickname`='%s' WHERE `userid`=%s LIMIT 1", array(postRequestParameter('nickname'), getMemberId()), __FILE__, __LINE__); - $content = getMessage('NICKNAME_SAVED'); + $content = '{--NICKNAME_SAVED--}'; } else { // Free result SQL_FREERESULT($result); // Nickname already in use! - $content = getMessage('NICKNAME_ALREADY_IN_USE'); + $content = '{--NICKNAME_ALREADY_IN_USE--}'; } // Load template