]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_coupon.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-list_coupon.php
index ff5474fdd8d28ab2dcf790481762e900c70f8560..cd47e625e7ff83ec4bcff59721a706aaffd00988 100644 (file)
@@ -69,7 +69,7 @@ ORDER BY
                        bigintval(getRequestElement('coupon_id'))
                ), __FILE__, __LINE__);
 
-       // Do we have entries?
+       // Are there entries?
        if (!SQL_HASZERONUMS($result)) {
                // Init variable
                $OUT = '';
@@ -109,7 +109,7 @@ FROM
 ORDER BY
        d.`id` ASC', __FILE__, __LINE__);
 
-       // Do we have entries?
+       // Are there entries?
        if (!SQL_HASZERONUMS($result)) {
                // Init variable
                $OUT = '';