[PHPDOC] cvs: phpdoc /de/functions/ image.xml From: Thomas Schuermann (thomas.schuermann <email protected>)
Date: 05/26/00

tschuer Fri May 26 11:57:20 2000 EDT

  Modified files:
    /phpdoc/de/functions image.xml
  Log:
  Add new functions from the english version of the manual
  
Index: phpdoc/de/functions/image.xml
diff -u phpdoc/de/functions/image.xml:1.9 phpdoc/de/functions/image.xml:1.10
--- phpdoc/de/functions/image.xml:1.9 Fri May 26 11:49:19 2000
+++ phpdoc/de/functions/image.xml Fri May 26 11:57:20 2000
@@ -292,8 +292,9 @@
      <paramdef>int <parameter>index</parameter></paramdef>
     </funcsynopsis>
     <para>
- Die Funktion <function>ImageColorDeAllocate</function> löscht eine
- vorher über <function>ImageColorAllocate</function> ermittelt Farbe.
+ Die Funktion <function>ImageColorDeAllocate</function> löscht
+ eine vorher über <function>ImageColorAllocate</function>
+ ermittelte Farbe.
      <informalexample>
       <programlisting role="php">
 $weiss = ImageColorAllocate($im, 255, 255, 255);