A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / modules / member / what-cash_coupon.php
index 8d384e90ab5b7000abefb8ae1faf51372a53a85f..bbc77f1aabeb68e5254e682fca838b748b5d9e72 100644 (file)
@@ -124,7 +124,7 @@ LIMIT 1",
 
                        // Subtract points from member account if the admin has selected one
                        if (isValidUserId(getConfig('coupon_userid'))) {
-                               // Subtract from this account
+                               // Subtract from this account and ignore return status
                                subtractPoints('cashed_coupon', getConfig('coupon_userid'), $content['points']);
                        } // END - if