From 0736058b5e606fd92d4d95f15dcea6b03322783b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 18 Jan 2010 14:16:16 +0000 Subject: [PATCH] A back link was still in Bank Transfer. --- CHANGELOG.txt | 3 +++ gl/bank_transfer.php | 11 +---------- update.html | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 57a909a..2d22026 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,9 @@ Legend: ! -> Note $ -> Affected files +# A back link was still in Bank Transfer. +$ /gl/bank_transfer.php + ------------------------------- Release 2.2.4 ---------------------------------- 17-Jan-2010 Joe Hunt ! Release 2.2.4 diff --git a/gl/bank_transfer.php b/gl/bank_transfer.php index 2256a4a..f97cf7f 100644 --- a/gl/bank_transfer.php +++ b/gl/bank_transfer.php @@ -42,7 +42,7 @@ if (isset($_GET['AddedID'])) hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Transfer")); - safeExit(); + display_footer_exit(); } if (isset($_POST['_DatePaid_changed'])) { @@ -170,15 +170,6 @@ function handle_add_deposit() //---------------------------------------------------------------------------------------- -function safeExit() -{ - echo "

"; - end_page(); - exit; -} - -//---------------------------------------------------------------------------------------- - if (isset($_POST['AddPayment'])) { if (check_valid_entries() == true) diff --git a/update.html b/update.html index 2f6a2ad..8d746e4 100644 --- a/update.html +++ b/update.html @@ -13,7 +13,7 @@
  • You can easily upload all the files to your installation folder on the server overwriting the existing files. From 2.2 RC, your existing configuration files, - config_db.php, config.php, /lang/installed_languages.inc and installed_extensions.php - will nolonger be installed. They are created the first time you install FrontAccounting and don't need further updates.