cucinato                Sun Nov  4 05:23:20 2001 EDT

  Modified files:              
    /phpdoc/it/functions        array.xml 
  Log:
  Example fixed
  
  
Index: phpdoc/it/functions/array.xml
diff -u phpdoc/it/functions/array.xml:1.21 phpdoc/it/functions/array.xml:1.22
--- phpdoc/it/functions/array.xml:1.21  Wed Oct 24 11:12:04 2001
+++ phpdoc/it/functions/array.xml       Sun Nov  4 05:23:20 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
- <!-- EN-Revision: 1.108 Maintainer: cucinato  Status: ready -->
+ <!-- EN-Revision: 1.109 Maintainer: cucinato  Status: ready -->
  <reference id="ref.array">
   <title>Funzioni di Array</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -3038,7 +3038,7 @@
 sort ($frutti);
 reset ($frutti);
 while (list ($chiave, $valore) = each ($frutti)) {
-    echo "frutti[".$chiave."] = ".$valore; 
+    echo "frutti[".$chiave."] = ".$valore."\n"; 
 }
  
 ?&gt;


Reply via email to