]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-cash_coupon.php
Renamed many stuff (again), added points/user breakup:
[mailer.git] / inc / modules / member / what-cash_coupon.php
index fedbe03e8431d1d81f0b9ad30efd6eff0a85ec02..7fb6dee336c1e84aeacec169367caa877adcbea3 100644 (file)
@@ -84,7 +84,7 @@ LIMIT 1",
                                getMemberId()
                        ), __FILE__, __LINE__);
 
-               // Do we have an entry?
+               // Is there an entry?
                if (SQL_NUMROWS($result) == 1) {
                        // Load data
                        $content = SQL_FETCHARRAY($result);
@@ -165,7 +165,7 @@ LIMIT 1",
        }
 } else {
        // Load form template
-       loadTemplate('member_cash_coupon', false);
+       loadTemplate('member_cash_coupon', FALSE);
 }
 
 // [EOF]