]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_user.php
Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / modules / admin / what-edit_user.php
index a9acd58ae12661378ace2c814c3d265ec1ac1a1b..9952eb94e295b92b776d5ef21a5621c4f1427699 100644 (file)
@@ -111,10 +111,10 @@ LIMIT 1",
                                postRequestParameter('email'),
                                bigintval(getRequestParameter('userid')),
                        ), __FILE__, __LINE__);
-                       $content = getMessage('USER_ACCOUNT_SAVED');
+                       $content = '{--USER_ACCOUNT_SAVED--}';
                } else {
                        // Problem while saving data
-                       $content = getMessage('USER_ACCOUNT_NOT_SAVED');
+                       $content = '{--USER_ACCOUNT_NOT_SAVED--}';
                }
 
                // Load template