Date: 07/02/00
- Next message: Stefan Livieratos: "[PHP-DOC] New part in manual?"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /it/functions array.xml"
- Next in thread: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Maybe reply: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Next message: Stefan Livieratos: "[PHP-DOC] New part in manual?"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /it/functions array.xml"
- Next in thread: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Maybe reply: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

