]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/bonus_mails.php
... instead display reload lock and minimum stay
[mailer.git] / inc / mails / bonus_mails.php
index 9927f8c33fe695918b79c887a78b6e02b2849611..adc43c69b6069f97ce672a1c2dd0f47cac2f7df3 100644 (file)
@@ -50,7 +50,7 @@ $mark = mktime(0, 0, 0, getLastMonth(), getDay(), getYear());
 $sql = ''; $mode = '';
 
 // Shall I sent activation or deactivation mail?
-$sql = "SELECT `userid`, `email` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE (`bonus_rallye_enable_notify` ";
+$sql = "SELECT `userid`,`email` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE (`bonus_rallye_enable_notify` ";
 switch (getConfig('bonus_active')) {
        case 'Y': // Active rallye is activated
                if (getConfig('bonus_enable_notify') == 'Y') {