]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / member / what-categories.php
index 1789239edf630d7799e9a5130c6c882642c274c0..d3fb3b9d62d6fffe5997a4549f67819d29f96f01 100644 (file)
@@ -51,7 +51,7 @@ if (isAdmin()) $whereStatement = '';
 // Get all categories
 $result = SQL_QUERY("SELECT `id`,`cat` FROM `{?_MYSQL_PREFIX?}_cats`".$whereStatement." ORDER BY `sort` ASC", __FILE__, __LINE__);
 
-// Do we have entries?
+// Are there entries?
 if (!SQL_HASZERONUMS($result)) {
        $LEAST = false;
        if (isFormSent()) {
@@ -92,7 +92,7 @@ if (!SQL_HASZERONUMS($result)) {
                        } // END - switch
                } // END - foreach
 
-               // Do we have entries?
+               // Are there entries?
                if (countSqls() > 0) {
                        // Run SQL commands
                        $count = runFilterChain('run_sqls');