]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_bank_package.php
Even more double->single converted
[mailer.git] / inc / modules / admin / what-add_bank_package.php
index 52d6eb00a957a0eac62730e783867c052dbae5ba..1f42c44cbe0bb4b61319d891e7cadd01527a06d5 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -46,7 +46,7 @@ addYouAreHereLink('admin', __FILE__);
 // Is the formular sent?
 if (isFormSent()) {
        // Save the row to the database
-       adminSaveSettingsFromPostData('_bank_packages', '', array('account_fee', 'interest_plus', 'interest_minus', 'first_payment'), true);
+       adminSaveSettingsFromPostData('_bank_packages', '', array('account_fee', 'interest_plus', 'interest_minus', 'first_payment'), TRUE);
 } else {
        // Display form
        loadTemplate('admin_add_bank_package');