svn: /phpdoc/de/trunk/reference/array/functions/ rsort.xml

[email protected] ("Daniel P. Brown")
Newsgroups php.doc.de
Message-ID <[email protected]>
danbrown                                 Thu, 24 Mar 2011 14:49:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=309652

Log:
Fixes #54368.

Bug: http://bugs.php.net/54368 (Open) Example makes no sens in the german translation
      
Changed paths:
    U   phpdoc/de/trunk/reference/array/functions/rsort.xml

Modified: phpdoc/de/trunk/reference/array/functions/rsort.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/rsort.xml	2011-03-24 14:38:00 UTC (rev 309651)
+++ phpdoc/de/trunk/reference/array/functions/rsort.xml	2011-03-24 14:49:22 UTC (rev 309652)
@@ -60,7 +60,7 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-$fruits = array("Zitrone", "Orange", "Banane", "Apfel");
+$fruits = array("Orange", "Apfel", "Zitrone", "Banane");
 rsort($fruits);
 foreach ($fruits as $key => $val) {
     echo "$key = $val\n";
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.