eschmid         Fri Jan 11 02:37:03 2002 EDT

  Modified files:              
    /phpdoc/it/functions        array.xml 
  Log:
  'it' can now build without errors.
  
Index: phpdoc/it/functions/array.xml
diff -u phpdoc/it/functions/array.xml:1.40 phpdoc/it/functions/array.xml:1.41
--- phpdoc/it/functions/array.xml:1.40  Wed Jan  9 07:05:57 2002
+++ phpdoc/it/functions/array.xml       Fri Jan 11 02:37:03 2002
@@ -569,7 +569,7 @@
 ]]>
       </programlisting>
       <para>
-       $a ora ha i seguenti elementi (usando la funzione <function>print_r<function>):
+       $a ora ha i seguenti elementi (usando la funzione 
+<function>print_r</function>):
        <screen>
 <![CDATA[
 Array
@@ -1980,11 +1980,11 @@
 $input = array (4,"4","3",4,3,"3");
 $risultato = array_unique ($input);
 var_dump($risultato);
-
+]]>
       </programlisting>
       <para>
        Il risultato di questo programma sarà (PHP 4.0.6):
-       <scree role="php">
+       <screen role="php">
 <![CDATA[
 array(2) {
   [0]=>


Reply via email to