X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=76ff3493a05514b2420165f828fed10a24f6684d;hb=a05706f3f5f5e6ae26c2114d2fd3ede01d5fe093;hp=dcc8d4985311208a38f6856887772d2bd782eac8;hpb=8383fc52cd2340ea1756f9e1808fa3589e27c341;p=mailer.git diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index dcc8d49853..76ff3493a0 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -57,7 +57,7 @@ if (isset($_POST['ok'])) $_CONFIG['beg_ral_di_notify'] = $_POST['beg_ral_di_notify']; // Include sending out mails - if ((($_CONFIG['beg_rallye'] == 'Y') && ($_CONFIG['beg_ral_en_notify'] == 'Y')) || (($_CONFIG['beg_rallye'] == 'N') && ($_CONFIG['beg_ral_di_notify'] == 'Y'))) + if ((($_CONFIG['beg_rallye'] == "Y") && ($_CONFIG['beg_ral_en_notify'] == "Y")) || (($_CONFIG['beg_rallye'] == "N") && ($_CONFIG['beg_ral_di_notify'] == "Y"))) { include(PATH."inc/mails/beg_mails.php"); }