]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_network_types.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-list_network_types.php
index 859fe3852eb4e23bd18c2836df6cbd6722490919..5a5537f16f05ab81ff97b34762dd092699463829 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'));
@@ -85,7 +85,7 @@ ORDER BY
        `network_type_handler` ASC',
                array(getRequestElement('network_id')), __FILE__, __LINE__);
 
-       // Do we have entries?
+       // Are there entries?
        if (!SQL_HASZERONUMS($result)) {
                // List all entries
                $OUT = '';