Several fixes/improvements:
[mailer.git] / inc / modules / admin / what-list_networks.php
index 35cb4f9b0746392f4d928ce5f1804b0db061a11e..29972258b4cefe66b382c7eb70f45c536e642354 100644 (file)
@@ -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) {