Unknown module in non-HTML mode, debug comments removed :(
[mailer.git] / inc / mails / bonus_mails.php
index 568a2f0f98e116f2cd0cd160e8122c7ca5578d55..1dc632d6751e486ae955b26d04bb5aba733febaf 100644 (file)
@@ -57,7 +57,7 @@ switch (getConfig('bonus_active'))
        case 'Y': // Active rallye is activated
                if (getConfig('bonus_en_notify') == 'Y') {
                        // Okay, let's check for member accounts
-                       $sql .= "= 0 OR (`bonus_ral_notify` > 0 AND `bonus_ral_en_notify` < `bonus_ral_di_notify`)";
+                       $sql .= '= 0 OR (`bonus_ral_notify` > 0 AND `bonus_ral_en_notify` < `bonus_ral_di_notify`)';
                        $mode = 'en';
                } else {
                        // Do not notify!
@@ -68,7 +68,7 @@ switch (getConfig('bonus_active'))
        case 'N': // Active rallye is deactivated
                if (getConfig('bonus_di_notify') == 'Y') {
                        // Okay, let's check for member accounts
-                       $sql .= " > 0 AND `bonus_ral_di_notify` < `bonus_ral_en_notify`";
+                       $sql .= ' > 0 AND `bonus_ral_di_notify` < `bonus_ral_en_notify`';
                        $mode = 'di';
                } else {
                        // Do not notify!