[PHP-DOC] cvs: phpdoc /de/functions pdf.xml From: Uwe Steinmann (Uwe.Steinmann <email protected>)
Date: 07/18/00

steinm Tue Jul 18 07:17:32 2000 EDT

  Modified files:
    /phpdoc/de/functions pdf.xml
  Log:
  s/PDF_open_gif/PDF_open_png/;
  
  
Index: phpdoc/de/functions/pdf.xml
diff -u phpdoc/de/functions/pdf.xml:1.18 phpdoc/de/functions/pdf.xml:1.19
--- phpdoc/de/functions/pdf.xml:1.18 Sat Jun 24 00:38:43 2000
+++ phpdoc/de/functions/pdf.xml Tue Jul 18 07:17:32 2000
@@ -2036,7 +2036,7 @@
       <title>Einbinden eines PNG Bildes</title>
       <programlisting>
 &lt;?php
-$im = PDF_open_gif($pdf, "test.png");
+$im = PDF_open_png($pdf, "test.png");
 pdf_place_image($pdf, $im, 100, 100, 1);
 pdf_close_image($pdf, $im);
 ?>