cg Tue Apr 24 10:30:12 2001 EDT
Modified files:
/phpdoc/de/functions image.xml
Log:
fixed parse error in example
Index: phpdoc/de/functions/image.xml
diff -u phpdoc/de/functions/image.xml:1.20 phpdoc/de/functions/image.xml:1.21
--- phpdoc/de/functions/image.xml:1.20 Thu Oct 19 11:41:55 2000
+++ phpdoc/de/functions/image.xml Tue Apr 24 10:30:11 2001
@@ -629,7 +629,7 @@
</title>
<programlisting role="php">
<?php
-header (Content-type:"image/png");
+header ("Content-type: image/png");
$im = @ImageCreate (50, 100)
or die ("Kann keinen neuen GD-Bild-Stream erzeugen");
$background_color = ImageColorAllocate ($im, 255, 255, 255);