]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_newsletter.php
Re-added, now the right ones
[mailer.git] / inc / modules / admin / what-config_newsletter.php
index d1ae33fc8313cbcc439055cf496fd7f4d5b8bae2..5bd39f1a754c2213cfcc4ecaf624ebbd358689a0 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Einstellen der Turbo-Klick-Verguetungen          *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $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,11 +45,11 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", __FILE__);
 
-if (isset($_POST['ok'])) {
+if (IS_FORM_SENT()) {
        // Save data
-       $_POST['nl_charge'] = REVERT_COMMA($_POST['nl_charge']);
+       REQUEST_SET_POST('nl_charge', REVERT_COMMA(REQUEST_POST('nl_charge')));
 
-       ADMIN_SAVE_SETTINGS($_POST);
+       ADMIN_SAVE_SETTINGS_POST();
 } else {
        // Prepare contants for the template
        define('__CHARGE_VALUE'  , TRANSLATE_COMMA(getConfig('nl_charge'), false));