From b2434c24f79fe17b3cdfdc131fffa3b073fdb415 Mon Sep 17 00:00:00 2001 From: David Mytton Date: Tue, 5 Apr 2005 10:57:48 +0000 Subject: [PATCH] Fixed bug 32570 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183648 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-data-seek.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/functions/mysqli-data-seek.xml b/reference/mysqli/functions/mysqli-data-seek.xml index 9715deb388..b9a53f7009 100644 --- a/reference/mysqli/functions/mysqli-data-seek.xml +++ b/reference/mysqli/functions/mysqli-data-seek.xml @@ -1,5 +1,5 @@ - + mysqli_data_seek @@ -30,7 +30,7 @@ - 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 mysqli_store_result or mysqli_query functions.