projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a33368
)
Saved Report parameters didn't work any more.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 22 Jul 2011 21:24:31 +0000
(23:24 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 22 Jul 2011 21:24:31 +0000
(23:24 +0200)
reporting/prn_redirect.php
patch
|
blob
|
history
diff --git
a/reporting/prn_redirect.php
b/reporting/prn_redirect.php
index f99a2d4df351574765d927f2560a2d18f1e60897..855df012b55241560714f9a97a2aeb9f0ed34790 100644
(file)
--- 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");