From 9b10cdcdc09a9c726d738cab8a01e7c45e073b44 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 25 Mar 2010 04:34:22 +0000 Subject: [PATCH] Don't let anyone even turn on this option --- admin/reports.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 5c145e0..9c08fae 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -49,7 +49,7 @@ $report_options = array(); $report_options['type'] = array('desc' => 'Report Format', - 'values' => array('pdf'=>'PDF', 'csv'=>'CSV', 'label'=>'Label', 'tcpdf_label'=>'TCPDF Label') + 'values' => array('pdf'=>'PDF', 'csv'=>'CSV', 'label'=>'Label'/*, 'tcpdf_label'=>'TCPDF Label'*/) ); $report_options['group_new_page'] = array('desc' => 'Start each new grouping on a new page', 'values' => array('no'=>'No', 'yes'=>'Yes')