From 8dbdd7a935b98b5affef3f66e05169720066256d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 10 May 2007 00:04:29 +0000 Subject: [PATCH] in 2.10, strOptions does not yet exist --- libraries/export/pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/export/pdf.php b/libraries/export/pdf.php index 12bfd7987..6ca73e1e9 100644 --- a/libraries/export/pdf.php +++ b/libraries/export/pdf.php @@ -20,7 +20,7 @@ if (isset($plugin_list)) { array('type' => 'text', 'name' => 'report_title', 'text' => 'strPDFReportTitle'), array('type' => 'hidden', 'name' => 'data'), ), - 'options_text' => 'strOptions', + 'options_text' => 'strPDFOptions', ); } else {