From: Janusz Dobrowolski Date: Sat, 17 Jul 2010 16:17:25 +0000 (+0000) Subject: Fixed callparams check message display X-Git-Tag: v2.4.2~19^2~799 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=994209f8cc623b1eb8d70e8096db829ce7d7342b;p=fa-stable.git Fixed callparams check message display --- diff --git a/gl/view/gl_trans_view.php b/gl/view/gl_trans_view.php index 11b4082b..0264e103 100644 --- a/gl/view/gl_trans_view.php +++ b/gl/view/gl_trans_view.php @@ -23,8 +23,8 @@ include_once($path_to_root . "/gl/includes/gl_db.inc"); if (!isset($_GET['type_id']) || !isset($_GET['trans_no'])) { /*Script was not passed the correct parameters */ - echo "

" . _("The script must be called with a valid transaction type and transaction number to review the general ledger postings for.") . "

"; - exit; + display_note(_("The script must be called with a valid transaction type and transaction number to review the general ledger postings for.")); + end_page(); } function display_gl_heading($myrow)