]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_networks.php
Fix for non-working what-config_payouts
[mailer.git] / inc / modules / admin / what-config_networks.php
index 179724e046ab59a01ded53489dc2c286cbd2cb7c..854ef987d43779d0c33af5d17f53b7d58c473adf 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -87,7 +87,7 @@ if (!SQL_HASZERONUMS($result)) {
        loadTemplate('admin_list_network_config', false, $OUT);
 } else {
        // Please setup some networks first
-       loadTemplate('admin_settings_saved', false, '{--ADMIN_NETWORK_DATA_MISSING--}');
+       displayMessage('{--ADMIN_NETWORK_DATA_MISSING--}');
 }
 // Free result
 SQL_FREERESULT($result);