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:
james 2011-03-29 18:27:12 +00:00
parent ef46b5811b
commit 974d42fa91

View File

@ -497,6 +497,7 @@ foreach($report_stock as $n=>$v) {
global $report_tours_fields, $report_fairs_fields;
global $report_fundraisings_fields;
global $filter_ops;
global $conference;
//print_r($report);
$fieldvar = "report_{$report['type']}s_fields";