[PHP-DOC] cvs: phpdoc /en/functions mysql.xml From: Derick Rethans (d.rethans <email protected>)
Date: 11/16/01

derick Fri Nov 16 13:58:43 2001 EDT

  Modified files:
    /phpdoc/en/functions mysql.xml
  Log:
  - Clarify a little bit
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.67 phpdoc/en/functions/mysql.xml:1.68
--- phpdoc/en/functions/mysql.xml:1.67 Sat Nov 10 16:49:39 2001
+++ phpdoc/en/functions/mysql.xml Fri Nov 16 13:58:43 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.67 $ -->
+<!-- $Revision: 1.68 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -1829,8 +1829,8 @@
      statement.
     </para>
     <para>
- For SELECT statements, <function>mysql_query</function> returns a
- new result identifier that you can pass to
+ Only for SELECT statements, <function>mysql_query</function>
+ returns a new result identifier that you can pass to
      <function>mysql_result</function>. When you are done with the
      result set, you can free the resources associated with it by
      calling <function>mysql_free_result</function>. Although, the