X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-admins_contct.php;h=295e303b0872e25454a823a1baed50ccd84fc938;hb=a0c56c6a086576242e07cfe86838a4406725c40b;hp=07393bc2012eef7c7cece53f8f1225d8f9732cbf;hpb=c16ab2169b75a7dafb5b0b55523e9fe6f4f5efdb;p=mailer.git diff --git a/inc/modules/admin/what-admins_contct.php b/inc/modules/admin/what-admins_contct.php index 07393bc201..295e303b08 100644 --- a/inc/modules/admin/what-admins_contct.php +++ b/inc/modules/admin/what-admins_contct.php @@ -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 * @@ -59,7 +59,7 @@ if ((isFormSent()) && (isGetRequestElementSet('id'))) { $content['id'] = getRequestElement('id'); // Load main form - loadTemplate('admin_admins_contct_form', false, $content); + loadTemplate('admin_admins_contct_form', FALSE, $content); } else { // Please select an admin! addAdminSelectionBox();