X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-refbanner.php;h=1866e42f987fc2fde0cbe2ea9d9edb7735127259;hp=7b73f1148b2a79b192d6053b4e5193a45ccd6883;hb=7b9f2d4c956e37c4c079c1e612ecd6a7947e7e05;hpb=e6c2226d9fce4452118cf6fe68bab72e6623cc2e diff --git a/inc/modules/admin/what-refbanner.php b/inc/modules/admin/what-refbanner.php index 7b73f1148b..1866e42f98 100644 --- a/inc/modules/admin/what-refbanner.php +++ b/inc/modules/admin/what-refbanner.php @@ -87,7 +87,7 @@ VALUES ('%s','%s','%s')", if (SQL_AFFECTEDROWS() == 1) { $content = SETTINGS_SAVED; } else { - $content = "".SETTINGS_NOT_SAVED.""; + $content = "{--SETTINGS_NOT_SAVED--}"; } LOAD_TEMPLATE("admin_settings_saved", false, $content); } elseif (($SEL > 0) && (isset($_POST['edit']))) {