Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / member / what-cash_coupon.php
index fedbe03e8431d1d81f0b9ad30efd6eff0a85ec02..c1d813321ac43aca12e69f078354c5fde6565857 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);