summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f99d0a9)
raw | patch | inline | side by side (parent: f99d0a9)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Aug 2009 13:09:57 +0000 (13:09 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Aug 2009 13:09:57 +0000 (13:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14131 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/exporter/class_pdfExporter.inc | patch | blob | history |
diff --git a/gosa-core/include/exporter/class_pdfExporter.inc b/gosa-core/include/exporter/class_pdfExporter.inc
index 2fdd05c40c2e36d7eecc891ac2c9ee5ebbb1046b..93b1127e87ae349da00b216752c4a45d6fa1177e 100644 (file)
// Try to load PDF library
define('FPDF_FONTPATH', '/usr/share/php/fpdf/font/');
-include('fpdf/fpdf.php');
+@include('fpdf/fpdf.php');
// Load supporter class only if FPDF is loaded
$classes= get_declared_classes();