Date: 07/02/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Previous message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /en/functions array.xml /ja/functions array.xml i18n.xml strings.xml /ja/language control-structures.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Previous message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /en/functions array.xml /ja/functions array.xml i18n.xml strings.xml /ja/language control-structures.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

