From: cajus Date: Thu, 17 Sep 2009 13:58:51 +0000 (+0000) Subject: Old way was better... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8e17112cffbff26296a58c0a7a494fd310f9540e;p=gosa.git Old way was better... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14273 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/exporter/class_pdfExporter.inc b/gosa-core/include/exporter/class_pdfExporter.inc index a097d00d8..a3ba02c39 100644 --- a/gosa-core/include/exporter/class_pdfExporter.inc +++ b/gosa-core/include/exporter/class_pdfExporter.inc @@ -1,8 +1,11 @@ template_dir = $BASE_DIR.'/ihtml/'; $smarty->caching= false; $smarty->php_handling= SMARTY_PHP_REMOVE; -// Try to load PDF library -define('FPDF_FONTPATH', '/usr/share/php/fpdf/font/'); -@include('fpdf/fpdf.php'); - // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>