dmytton         Tue Apr  5 06:57:50 2005 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-data-seek.xml 
  Log:
  Fixed bug 32570
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml:1.17 
phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml:1.18
--- phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml:1.17      Fri Nov 
12 09:01:03 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml   Tue Apr  5 
06:57:48 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
   <refentry id="function.mysqli-data-seek">
    <refnamediv>
     <refname>mysqli_data_seek</refname>
@@ -30,7 +30,7 @@
     </para>
     <note>
      <para>
-      This function can only be used with unbuffered results attained from the 
use of the
+      This function can only be used with buffered results attained from the 
use of the
       <function>mysqli_store_result</function> or 
<function>mysqli_query</function> functions. 
      </para>
     </note>

Reply via email to