From d64b233b45ff5f9a902c9eda8e6a89fcaeb4f58c Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Tue, 18 Dec 2001 21:11:55 +0000 Subject: [PATCH] sorry, only guessing: wors -> rows rather than wors -> words? git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65634 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mssql.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mssql.xml b/functions/mssql.xml index 4bf28ca6a2..12ce3f2e75 100644 --- a/functions/mssql.xml +++ b/functions/mssql.xml @@ -1,5 +1,5 @@ - + Microsoft SQL Server functions MS SQL Server @@ -491,7 +491,7 @@ the server to return multiple result sets. This function will test for additional results available form the server. If an additional result set exists it will free the existing result set - and prepare to fetch the words from the new result set. The + and prepare to fetch the rows from the new result set. The function will return &true; if an additional result set was available or &false; otherwise.