]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_networks.php
Tester script added which you can send to the auto-regger webmaster
[mailer.git] / inc / modules / admin / what-list_networks.php
index f10de48b859813581b3d6378e56f7e5c945b54ae..29972258b4cefe66b382c7eb70f45c536e642354 100644 (file)
@@ -50,12 +50,12 @@ if (doVerifyExpertSettings() != 'agreed') {
        return;
 } // END - if
 
-// Handle form here
-doNetworkHandleForm();
-
 // By default we should display list/add new forms
 $GLOBALS['network_display'] = true;
 
+// Handle form here
+doNetworkHandleForm();
+
 // Display forms?
 if ($GLOBALS['network_display'] === false) {
        // Abort here
@@ -68,7 +68,7 @@ $result = SQL_QUERY('SELECT
 FROM
        `{?_MYSQL_PREFIX?}_network_data`
 ORDER BY
-       `network_title` ASC', __FILE__, __LINE__);
+       `network_short_name` ASC', __FILE__, __LINE__);
 
 // Do we have entries?
 if (SQL_NUMROWS($result) > 0) {