tom             Thu Feb 28 13:20:36 2002 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  corr. copy-paste-err, ren .php3 to php
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.160 phpdoc/en/functions/array.xml:1.161
--- phpdoc/en/functions/array.xml:1.160 Tue Feb 26 13:19:53 2002
+++ phpdoc/en/functions/array.xml       Thu Feb 28 13:20:09 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.160 $ -->
+<!-- $Revision: 1.161 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -2609,7 +2609,6 @@
     <note>
      <para>
       EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS was introduced in version 4.2.0.
-      variables extracted.
      </para>
     </note>
     <para>
@@ -3081,7 +3080,7 @@
 $result = mysql_query ("SELECT id, name, salary FROM employees",$conn);
 while (list ($id, $name, $salary) = mysql_fetch_row ($result)) {
     print (" <tr>\n".
-           "  <td><a href=\"info.php3?id=$id\">$name</a></td>\n".
+           "  <td><a href=\"info.php?id=$id\">$name</a></td>\n".
            "  <td>$salary</td>\n".
            " </tr>\n");
 }


Reply via email to