Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-list_links.php
index 714045236c816d2e9eddd697302e7b8825ac726f..1b024ace196fc6e2c152c9256ffeaba00bd40c5c 100644 (file)
@@ -67,7 +67,7 @@ if (isGetRequestElementSet('userid')) {
                                bigintval(getRequestElement('userid'))
                        ), __FILE__, __LINE__);
 
-               // Do we have some entries?
+               // Are there some entries?
                if (!SQL_HASZERONUMS($result)) {
                        // Some unconfirmed mails left
                        if (getRequestElement('delete') == 'all') {
@@ -116,7 +116,7 @@ if (isGetRequestElementSet('userid')) {
                                                        break;
                                        } // END - switch
 
-                                       // Do we have an entry?
+                                       // Is there an entry?
                                        if (SQL_NUMROWS($result_data) == 1) {
                                                // Mail was found
                                                $mailData = merge_array($linkData, SQL_FETCHARRAY($result_data));