]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_transfer.php
Typo and SQL fixes
[mailer.git] / inc / modules / admin / what-config_transfer.php
index 82fa8b6f612d3a79a3452345dd1367e0a6e2690a..e2c85113b8c04ad1ee3ead1cd737ba9cd29156e9 100644 (file)
@@ -1,23 +1,22 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 10/06/2004 *
- * ================                             Last change: 10/06/2004 *
+ * ===================                          Last change: 10/06/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-config_transfer.php                         *
  * -------------------------------------------------------------------- *
  * Short description : Configuration of transfer system                 *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Konfiguration des Punktetransfersystems          *
+ * Kurzbeschreibung  : Konfiguration des Punktetransfer-Systems         *
  * -------------------------------------------------------------------- *
  * $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 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 if (isFormSent()) {
        // Save settings...
@@ -56,8 +55,8 @@ if (isFormSent()) {
        } // END - if
 
        // Time selection box
-       $content['age_selection']     = createTimeSelections(getConfig('transfer_age'), 'transfer_age', 'MWDh');
-       $content['timeout_selection'] = createTimeSelections(getConfig('transfer_timeout'), 'transfer_timeout', 'MWDh');
+       $content['age_selection']     = createConfigurationTimeSelections('transfer_age'    , 'MWDh');
+       $content['timeout_selection'] = createConfigurationTimeSelections('transfer_timeout', 'MWDh');
 
        // Load template
        loadTemplate('admin_config_transfer', false, $content);