cucinato                Thu Nov 22 10:14:34 2001 EDT

  Modified files:              
    /phpdoc/it/functions        array.xml 
    /phpdoc/it  Translators 
  Log:
  Fix for bug 14176
  
  
Index: phpdoc/it/functions/array.xml
diff -u phpdoc/it/functions/array.xml:1.28 phpdoc/it/functions/array.xml:1.29
--- phpdoc/it/functions/array.xml:1.28  Wed Nov 21 16:23:23 2001
+++ phpdoc/it/functions/array.xml       Thu Nov 22 10:14:33 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
- <!-- EN-Revision: 1.127 Maintainer: cucinato  Status: ready -->
+ <!-- EN-Revision: 1.128 Maintainer: cucinato  Status: ready -->
  <reference id="ref.array">
   <title>Funzioni di Array</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -940,7 +940,7 @@
 <![CDATA[
 $array1 = array ("colore" => "rosso", 2, 4);
 $array2 = array ("a", "b", "colore" => "verde", "forma" => "trapezio", 4);
-array_merge ($array1, $array2);
+$result = array_merge ($array1, $array2);
 ]]>
       </programlisting>
      </example>
Index: phpdoc/it/Translators
diff -u phpdoc/it/Translators:1.91 phpdoc/it/Translators:1.92
--- phpdoc/it/Translators:1.91  Thu Nov 22 06:04:52 2001
+++ phpdoc/it/Translators       Thu Nov 22 10:14:34 2001
@@ -77,7 +77,7 @@
 safe-mode.xml                  perugini        T1.15
 ------- functions -----------------------------------------------------------
 apache.xml                     baldo           A
-array.xml                      cucinato        T1.127
+array.xml                      cucinato        T1.128
 aspell.xml                     cucinato        T1.18
 bc.xml                         cucinato        T1.17
 bzip2.xml                      cucinato        T1.12
@@ -138,7 +138,7 @@
 nis,xml
 oci8.xml                       cucinato        T1.36
 openssl.xml
-oracle.xml                     cucinato        T1.23
+oracle.xml                     cucinato        T1.24
 outcontrol.xml
 overload.xml
 ovrimos.xml


Reply via email to