forked from science-ation/science-ation
Fix "Try Report" from report editor - if no conference id passed in, use the current conference id, which it was set to do, but $conference wasnt global'd in the function
This commit is contained in:
parent
ef46b5811b
commit
974d42fa91
@ -497,6 +497,7 @@ foreach($report_stock as $n=>$v) {
|
|||||||
global $report_tours_fields, $report_fairs_fields;
|
global $report_tours_fields, $report_fairs_fields;
|
||||||
global $report_fundraisings_fields;
|
global $report_fundraisings_fields;
|
||||||
global $filter_ops;
|
global $filter_ops;
|
||||||
|
global $conference;
|
||||||
|
|
||||||
//print_r($report);
|
//print_r($report);
|
||||||
$fieldvar = "report_{$report['type']}s_fields";
|
$fieldvar = "report_{$report['type']}s_fields";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user