Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-send_coupon.php
index 9cfb2f5607b754d7bd33a9d1abf5e9c6acaa2e20..f259265150ec1476edc952c4fb1cff8c1da3ddca 100644 (file)
@@ -66,7 +66,7 @@ ORDER BY
        `userid` ASC",
                        __FILE__, __LINE__);
 
-               // Do we have entries left?
+               // Are there entries left?
                if (!SQL_HASZERONUMS($result)) {
                        // Convert timestamp selections
                        $expirationTime = time() + createEpocheTimeFromSelections('coupon_default_time', postRequestArray());