Code

Fixed PHP Warnings when creating a new FAIrelease
[gosa.git] / gosa-core / include / php_setup.inc
index 9ba0e4dacaa1140070b794bccf403d8652e45344..aa69f7eaa6536ea0242600fffff5099a7d8ff198 100644 (file)
@@ -291,9 +291,9 @@ $smarty->template_dir = $BASE_DIR.'/ihtml/';
 $smarty->caching= false;
 $smarty->php_handling= SMARTY_PHP_REMOVE;
 
-// Try to load PDF library
+/* Global FPDF define */
 define('FPDF_FONTPATH', '/usr/share/php/fpdf/font/');
-@include('fpdf/fpdf.php');
+
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>