]> git.mxchange.org Git - mailer.git/commitdiff
Fix for broken SQL
authorquix0r <quix0r@mxchange.org>
Tue, 23 Oct 2012 14:37:46 +0000 (14:37 +0000)
committerquix0r <quix0r@mxchange.org>
Tue, 23 Oct 2012 14:37:46 +0000 (14:37 +0000)
inc/language/coupon_de.php
inc/language/de.php
inc/mysql-manager.php

index 2f7625386b5543e7f1f7dd0895c57385082fb4af..bd9f73ee485ea953f621a8334ff9213a0cc3b4c6 100644 (file)
@@ -101,6 +101,7 @@ addMessages(array(
 
        // Point account subjects
        'POINTS_SUBJECT_COUPON_CASHED' => "Einl&ouml;sung eines Gutscheins",
+       'POINTS_SUBJECT_CASHED_COUPON' => "Mitglied hat Gutschein eingel&ouml;st",
 ));
 
 // [EOF]
index 29c3421af27e343ffb6b5708166bd021afe34183..cf89482481d1e9ef610977bfd098543017a04cd7 100644 (file)
@@ -1297,6 +1297,7 @@ addMessages(array(
        'POINTS_ACCOUNT_TYPE_UNKNOWN'       => "Unbekannter Guthabenkontotyp <span class=\"data\">%s</span> erkannt.",
        'POINTS_ACCOUNT_TYPE_POINTS'        => "Allgemeinguthaben",
        'POINTS_ACCOUNT_TYPE_LOCKED_POINTS' => "Gesperrtes Allgemeinguthaben",
+       'POINTS_ACCOUNT_TYPE_USED_POINTS'   => "Abzug",
 
        // Generic: points "locked mode"
        'POINTS_LOCKED_MODE_UNKNOWN'  => "Unbekannter Guthabensperrmodus <span class=\"data\">%s</span> erkannt.",
index 82aca4d8c419ea4264cef0ed0b8f233c6b8ec007..d409f4a3fdec964f233e46d19e26454bc0b10560 100644 (file)
@@ -1619,7 +1619,7 @@ function addBonusMailToQueue ($subject, $text, $receiverList, $points, $seconds,
        `html_msg`
 ) VALUES (
        '%s',
-       %s',
+       '%s',
        '%s',
        %s,
        %s,