Entire rewrite of mail part in app! Not kidding here...
[mailer.git] / inc / modules / guest / what-doubler.php
index 869703b1e220f1b610300a803e3d658b6152d0db..fc14a7294f25c89aa669ef61ef15c0b24e9539a2 100644 (file)
@@ -69,7 +69,7 @@ case "RESET":
 }
 
 // Generate table with already payed out doubles
-define('__DOUBLER_PAYOUT_HISTORY', DOUBLER_GENERATE_TABLE("0", 'Y', 'N', "DESC"));
+define('__DOUBLER_PAYOUT_HISTORY', DOUBLER_GENERATE_TABLE("0", "Y", "N", "DESC"));
 
 // Generate table with next-to-run payouts
 define('__DOUBLER_PAYOUT_NEXT', DOUBLER_GENERATE_TABLE());