vincent         Sat Nov 15 02:49:08 2003 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        image2wbmp.xml 
  Log:
  fixing example
  
Index: phpdoc/en/reference/image/functions/image2wbmp.xml
diff -u phpdoc/en/reference/image/functions/image2wbmp.xml:1.4 
phpdoc/en/reference/image/functions/image2wbmp.xml:1.5
--- phpdoc/en/reference/image/functions/image2wbmp.xml:1.4      Fri Aug 15 18:50:50 
2003
+++ phpdoc/en/reference/image/functions/image2wbmp.xml  Sat Nov 15 02:49:08 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.61 -->
  <refentry id="function.image2wbmp">
   <refnamediv>
@@ -36,7 +36,7 @@
 
 $file = 'php.jpg';
 
-header('Content-type: ' . image_type_to_mime(IMAGETYPE_WBMP));
+header('Content-type: ' . image_type_to_mime_type(IMAGETYPE_WBMP));
 image2wbmp($file); // output the stream directly
 
 ?>

Reply via email to