]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_transfer.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-config_transfer.php
index e2c85113b8c04ad1ee3ead1cd737ba9cd29156e9..e905ac3300debd444c4e5a2ac0d00302c9e6c2e8 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -47,13 +47,6 @@ if (isFormSent()) {
        // Save settings...
        adminSaveSettingsFromPostData();
 } else {
-       // Init all Y/N elements
-       foreach (array('ap_transfer') as $entry) {
-               $content[$entry . '_y'] = '';
-               $content[$entry . '_n'] = '';
-               $content[$entry . '_' . strtolower(getConfig($entry))] = ' selected="selected"';
-       } // END - if
-
        // Time selection box
        $content['age_selection']     = createConfigurationTimeSelections('transfer_age'    , 'MWDh');
        $content['timeout_selection'] = createConfigurationTimeSelections('transfer_timeout', 'MWDh');