Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-list_network_vcheck_params.php
index 167c49953420c7c82a4abdc8194d94ef190f2fcf..f6f9693848a20a0a95804f5583819ae4ba3b0f33 100644 (file)
@@ -61,7 +61,7 @@ if ($GLOBALS['network_display'] === false) {
        return;
 } // END - if
 
-// Do we have a network selected?
+// Is there a network selected?
 if (isGetRequestElementSet('network_id')) {
        // Get its data for template
        $networkData = getNetworkDataById(getRequestElement('network_id'));
@@ -83,7 +83,7 @@ ORDER BY
        `network_vcheck_param_id` ASC",
                array(getRequestElement('network_id')), __FILE__, __LINE__);
 
-       // Do we have entries?
+       // Are there entries?
        if (!SQL_HASZERONUMS($result)) {
                // List all entries
                $OUT = '';