Code

Replaced config->search with get_cfg_value
[gosa.git] / gosa-core / include / exporter / class_pdfExporter.inc
index 14f9fffc732d21c682bec1632007ca9827a79dcf..d1c836e79e0296e0db033ac865126d856744bd59 100644 (file)
@@ -12,7 +12,7 @@ class pdfExporter
 {
   var $result;
 
-  function __construct($headline, $header, $entries, $columns= array()) {
+  function pdfExporter($headline, $header, $entries, $columns= array()) {
     // Bail out if no FPDF available
     if(!class_exists('FPDF')) {
       die(_("No PDF export possible: there is no FPDF library installed."));