goba            Sat Nov 17 08:00:57 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mysql.xml 
  Log:
  Heh, build bug fixes...
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.73 phpdoc/en/functions/mysql.xml:1.74
--- phpdoc/en/functions/mysql.xml:1.73  Sat Nov 17 07:59:11 2001
+++ phpdoc/en/functions/mysql.xml       Sat Nov 17 08:00:57 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.73 $ -->
+<!-- $Revision: 1.74 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -549,7 +549,7 @@
      </funcprototype>
     </funcsynopsis>
     <para> 
-     &return.succes;
+     &return.success;
     </para>  
     <para> 
      <function>mysql_drop_db</function> attempts to drop (remove) an
@@ -732,7 +732,7 @@
      of the same name, you must use the numeric index of the column or
      make an alias for the column. For aliased columns, you cannot
      access the contents with the original column name (by using
-     <literal>'field'<literal> in this example).
+     <literal>'field'</literal> in this example).
      <informalexample>
       <programlisting>
 select tone.field as foo ttwo.field as bar from tone, ttwo
@@ -815,7 +815,7 @@
      the last column will take precedence. To access the other
      column(s) of the same name, you either need to access the
      result with numeric indices by using
-     <function>mysql_fetch_row<function> or add alias names.
+     <function>mysql_fetch_row</function> or add alias names.
      See the example at the <function>mysql_fetch_array</function>
      description about aliases.
     </para>
@@ -1381,7 +1381,7 @@
      <!-- TODO and as of PHP4 before, see freeing resources -->
     </para>
     <para>
-     &returns.success;
+     &return.success;
     </para>
     <para>
      For downward compatibility <function>mysql_freeresult</function>


Reply via email to