in 2.10, strOptions does not yet exist

This commit is contained in:
Marc Delisle
2007-05-10 00:04:29 +00:00
parent ca77057c21
commit 8dbdd7a935

View File

@@ -20,7 +20,7 @@ if (isset($plugin_list)) {
array('type' => 'text', 'name' => 'report_title', 'text' => 'strPDFReportTitle'), array('type' => 'text', 'name' => 'report_title', 'text' => 'strPDFReportTitle'),
array('type' => 'hidden', 'name' => 'data'), array('type' => 'hidden', 'name' => 'data'),
), ),
'options_text' => 'strOptions', 'options_text' => 'strPDFOptions',
); );
} else { } else {