X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_sponsor.php;h=bc1fc7e25a4cddd520513590675fb34f86c01692;hb=29157685184b9aa2ddbf42e9d2e49141af95f7e2;hp=1acaf0581dbef103570456e2ffdd4add9a3e7ac6;hpb=8f63845c24854e5155c6624223c091d30399a96a;p=mailer.git diff --git a/inc/modules/admin/what-add_sponsor.php b/inc/modules/admin/what-add_sponsor.php index 1acaf0581d..bc1fc7e25a 100644 --- a/inc/modules/admin/what-add_sponsor.php +++ b/inc/modules/admin/what-add_sponsor.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,14 +40,14 @@ // Some security stuff... if ((!defined('__SECURITY')) || (!isAdmin())) { die(); -} +} // END - if // Add description as navigation point addMenuDescription('admin', __FILE__); if (isFormSent()) { // Save sponsor in database - handlSponsorRequest(postRequestArray()); + handleSponsorRequest(postRequestArray()); } else { // Output form loadTemplate('admin_add_sponsor');