X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fprn_redirect.php;h=855df012b55241560714f9a97a2aeb9f0ed34790;hb=5c9265bed9bc5c3e9e2f324c77febe15994b79e9;hp=f99a2d4df351574765d927f2560a2d18f1e60897;hpb=d38645803668f237ec8f9757fd4e81429c07276e;p=fa-stable.git diff --git a/reporting/prn_redirect.php b/reporting/prn_redirect.php index f99a2d4d..855df012 100644 --- a/reporting/prn_redirect.php +++ b/reporting/prn_redirect.php @@ -14,7 +14,7 @@ print button in reporting module. */ $path_to_root = ".."; -global $page_security; +global $page_security, $save_report_selections; $page_security = 'SA_OPEN'; // this level is later overriden in rep file include_once($path_to_root . "/includes/session.inc");