[PHP-DOC] cvs: phpdoc /de/functions array.xml From: Egon Schmid (eschmid <email protected>)
Date: 07/02/00

eschmid Sun Jul 2 02:38:48 2000 EDT

  Modified files:
    /phpdoc/de/functions array.xml
  Log:
  Forgotten the German version.
  
Index: phpdoc/de/functions/array.xml
diff -u phpdoc/de/functions/array.xml:1.6 phpdoc/de/functions/array.xml:1.7
--- phpdoc/de/functions/array.xml:1.6 Sat Jun 24 00:38:42 2000
+++ phpdoc/de/functions/array.xml Sun Jul 2 02:38:47 2000
@@ -1852,7 +1852,7 @@
      sorted array is undefined.
      <example>
       <title><function>usort</function> example</title>
- <programlisting>
+ <programlisting role="php">
 function cmp($a,$b) {
     if ($a == $b) return 0;
     return ($a > $b) ? -1 : 1;