]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_networks.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-list_networks.php
index bef6edbd8e3f2466ddd057ec36246537b89aeb68..283feb5fc31f81c1daa677f4a28279550fa90096 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -67,17 +67,18 @@ $result = SQL_QUERY('SELECT
        `network_short_name`,
        `network_title`,
        `network_reflink`,
-       `network_data_seperator`,
-       `network_row_seperator`,
+       `network_data_separator`,
+       `network_row_separator`,
        `network_request_type`,
        `network_charset`,
-       `network_requires_id`
+       `network_require_id_card`,
+       `network_query_amount`
 FROM
        `{?_MYSQL_PREFIX?}_network_data`
 ORDER BY
        `network_short_name` ASC', __FILE__, __LINE__);
 
-// Do we have entries?
+// Are there entries?
 if (!SQL_HASZERONUMS($result)) {
        // List all
        $OUT = '';