X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_sponsor.php;h=ce71cf8d18b55b2cc7ef80264254da1670ceb2cc;hb=e98608bf2a6208376d30996cf9152e1f091ac369;hp=3630a89c13918b2fafec7ee4cd9488f0abf466db;hpb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c;p=mailer.git diff --git a/inc/modules/admin/what-add_sponsor.php b/inc/modules/admin/what-add_sponsor.php index 3630a89c13..ce71cf8d18 100644 --- a/inc/modules/admin/what-add_sponsor.php +++ b/inc/modules/admin/what-add_sponsor.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Neuen Sponsor hinzufuegen * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -40,9 +45,9 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR("admin", __FILE__); -if (isset($_POST['ok'])) { +if (IS_FORM_SENT()) { // Save sponsor in database - SPONSOR_HANDLE_SPONSOR($_POST); + SPONSOR_HANDLE_SPONSOR(REQUEST_POST_ARRAY()); } else { // Prepare constants for the template define('__SPONSOR_MIN_VALUE', getConfig('sponsor_min_points'));