cortesi Sat Apr 6 05:10:18 2002 EDT
Modified files:
/phpdoc/en/functions image.xml
Log:
missed one Header
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.91 phpdoc/en/functions/image.xml:1.92
--- phpdoc/en/functions/image.xml:1.91 Sat Apr 6 05:06:13 2002
+++ phpdoc/en/functions/image.xml Sat Apr 6 05:10:18 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.91 $ -->
+<!-- $Revision: 1.92 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@@ -1991,7 +1991,7 @@
The following code snippet allows you to write more
portable PHP applications by auto-detecting the
type of GD support which is available. Replace
- the sequence <literal>Header("Content-type: image/gif");
+ the sequence <literal>header ("Content-type: image/gif");
imagegif ($im);</literal> by the more flexible sequence:
<informalexample>
<programlisting role="php">