]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_refback.php
More XHTML-fied and extended header added to templates
[mailer.git] / inc / modules / admin / what-config_refback.php
index 3939a8c38973c5da252ee26e02395ec6bcd6c642..0fe1b66460da5ed8a342f60febf5973fa10414ff 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Refback-Einstellungen                            *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009)             $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * 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,14 +45,14 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", __FILE__);
 
-if (isset($_POST['ok'])) {
+if (IS_FORM_SENT()) {
        // Save configuration
-       ADMIN_SAVE_SETTINGS($_POST);
+       ADMIN_SAVE_SETTINGS_POST();
 } else {
        // Prepare content
        $content = array(
-               'refback_min_perc' => bigintval(getConfig('refback_min_perc')),
-               'refback_max_perc' => bigintval(getConfig('refback_max_perc'))
+               'refback_min_perc' => getConfig(('refback_min_perc')),
+               'refback_max_perc' => getConfig(('refback_max_perc'))
        );
 
        // Add more content