sander          Wed Mar 13 14:16:41 2002 EDT

  Modified files:              
    /phpdoc/en/functions        image.xml 
  Log:
  & should be represented by &
  
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.81 phpdoc/en/functions/image.xml:1.82
--- phpdoc/en/functions/image.xml:1.81  Tue Mar 12 08:48:33 2002
+++ phpdoc/en/functions/image.xml       Wed Mar 13 14:16:38 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.81 $ -->
+<!-- $Revision: 1.82 $ -->
 <reference id="ref.image">
  <title>Image functions</title>
  <titleabbrev>Image</titleabbrev>
@@ -287,8 +287,8 @@
     <methodsynopsis>
      <type>string</type><methodname>exif_thumbnail</methodname>
       <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>&width</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>&height</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>&amp;width</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>&amp;height</parameter></methodparam>
     </methodsynopsis>
    <para>
     <function>exif_thumbnail</function> reads the embedded thumbnail of


Reply via email to