From 8e17112cffbff26296a58c0a7a494fd310f9540e Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 17 Sep 2009 13:58:51 +0000 Subject: [PATCH] Old way was better... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14273 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/exporter/class_pdfExporter.inc | 3 +++ gosa-core/include/php_setup.inc | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) 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: ?> -- 2.30.2