X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_networks.php;h=ccf242dded72cd5d8b934dc88587bb05219b7447;hb=cd951a117b88c07a2dcbf3e97587b4c370973b85;hp=179724e046ab59a01ded53489dc2c286cbd2cb7c;hpb=e8ca54fe91872ab95a6ffdc4f1268bf18889021d;p=mailer.git diff --git a/inc/modules/admin/what-config_networks.php b/inc/modules/admin/what-config_networks.php index 179724e046..ccf242dded 100644 --- a/inc/modules/admin/what-config_networks.php +++ b/inc/modules/admin/what-config_networks.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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);