Fixed bug 32570

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183648 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
David Mytton 2005-04-05 10:57:48 +00:00
parent 800e297a95
commit b2434c24f7

View file

@ -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>