[PHP-DOC] cvs: phpdoc /it/functions image.xml From: David Croft (david <email protected>)
Date: 08/10/00

david Thu Aug 10 00:43:58 2000 EDT

  Modified files:
    /phpdoc/it/functions image.xml
  Log:
  typo in content type image/jpeg
  
  
Index: phpdoc/it/functions/image.xml
diff -u phpdoc/it/functions/image.xml:1.5 phpdoc/it/functions/image.xml:1.6
--- phpdoc/it/functions/image.xml:1.5 Fri Jul 14 07:38:05 2000
+++ phpdoc/it/functions/image.xml Thu Aug 10 00:43:58 2000
@@ -1084,7 +1084,7 @@
      The filename argument is optional, and if left off, the raw image
      stream will be output directly. To skip the filename argument in
      order to provide a quality argument just use an empty string
- (''). By sending an image/jpg content-type using
+ (''). By sending an image/jpeg content-type using
      <function>header</function>, you can create a PHP script that
      outputs JPEG images directly.
      <note>