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

eschmid Sun Jul 2 02:37:09 2000 EDT

  Modified files:
    /phpdoc/it/functions array.xml
  Log:
  Changed the Italian version also.
  
Index: phpdoc/it/functions/array.xml
diff -u phpdoc/it/functions/array.xml:1.3 phpdoc/it/functions/array.xml:1.4
--- phpdoc/it/functions/array.xml:1.3 Sat Jun 24 00:38:44 2000
+++ phpdoc/it/functions/array.xml Sun Jul 2 02:37:08 2000
@@ -1889,7 +1889,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;