Hallo Ansgar,
danke für das Bereitstellen Deiner Anpassungen, allerdings habe ich noch
2 weitere Fehler in der Datei /fpdf/font/makefont/makefont.php gefunden:

Zeile 174:
elseif(isset($fm['Weight']) and eregi('(bold|black)',$fm['Weight']))
Ersetzen durch:
elseif(isset($fm['Weight']) and preg_match('/(bold|black)/i',$fm['Weight']))


Zeile 301:
set_magic_quotes_runtime(0);
Ersetzen durch:
@set_magic_quotes_runtime(0);


Danke und Gruß
        Marc


-- 
...........................................................
Marc Wöhlken                     TYPO3 certified integrator

Quadracom - Proffe & Wöhlken

Rembertistraße 32              WWW: http://www.quadracom.de
D-28203 Bremen                E-Mail: woehl...@quadracom.de
______________             PGP-Key: http://pgp.quadracom.de
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an