goba            Sun Sep  2 09:27:42 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  Correct bug
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.88 phpdoc/en/functions/array.xml:1.89
--- phpdoc/en/functions/array.xml:1.88  Tue Aug 21 18:54:05 2001
+++ phpdoc/en/functions/array.xml       Sun Sep  2 09:27:42 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.88 $ -->
+<!-- $Revision: 1.89 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -1661,10 +1661,10 @@
     <para>
      <informalexample>
       <programlisting>
-fruits[a] = orange
-fruits[d] = lemon
-fruits[b] = banana
-fruits[c] = apple
+a = orange
+d = lemon
+b = banana
+c = apple
       </programlisting>
      </informalexample>
     </para>
@@ -1721,10 +1721,10 @@
     <para>
      <informalexample>
       <programlisting>
-fruits[c] = apple
-fruits[b] = banana
-fruits[d] = lemon
-fruits[a] = orange
+c = apple
+b = banana
+d = lemon
+a = orange
       </programlisting>
      </informalexample>
     </para>


Reply via email to