X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-edit_emails.php;h=887262cb61f4c47886aeab6332f3e82472f7ba3b;hb=c9b2e406d8e94ffcff8bac9d453e671f337552e4;hp=a3013890fec3a5354b185003282343d44c54da79;hpb=2379934be6a196a54f4155bb8e24c49b20736969;p=mailer.git diff --git a/inc/modules/admin/what-edit_emails.php b/inc/modules/admin/what-edit_emails.php index a3013890fe..887262cb61 100644 --- a/inc/modules/admin/what-edit_emails.php +++ b/inc/modules/admin/what-edit_emails.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -128,7 +128,7 @@ LIMIT 1", if (!SQL_HASZEROAFFECTED()) { $content = '{--ADMIN_EMAIL_CHANGES_SAVED--}'; } else { - $content = '{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}'; + $content = '{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}'; } } elseif (isPostRequestElementSet('bid')) { // Update pool @@ -151,11 +151,11 @@ LIMIT 1", if (!SQL_HASZEROAFFECTED()) { $content = '{--ADMIN_EMAIL_CHANGES_SAVED--}'; } else { - $content = '{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}'; + $content = '{--ADMIN_EMAIL_CHANGES_NOT_SAVED--}'; } } else { // No valid action - $content = '{--ADMIN_EDIT_EMAIL_FAILED--}'; + $content = '{--ADMIN_EDIT_EMAIL_FAILED--}'; } // Display message