]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_beg.php
Referal levels for surfbar added (unfinished)
[mailer.git] / inc / modules / admin / what-config_beg.php
index dcc8d4985311208a38f6856887772d2bd782eac8..76ff3493a05514b2420165f828fed10a24f6684d 100644 (file)
@@ -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");
        }