From 04b210a1f6975a4a9538651d08e20ee9f7d3c785 Mon Sep 17 00:00:00 2001 From: ali Date: Wed, 17 Sep 2003 18:43:45 +0000 Subject: [PATCH] correcting typo ; fixes #25578 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140521 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/functions/mssql-fetch-row.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mssql/functions/mssql-fetch-row.xml b/reference/mssql/functions/mssql-fetch-row.xml index fabb5d438d..e50b698e6f 100644 --- a/reference/mssql/functions/mssql-fetch-row.xml +++ b/reference/mssql/functions/mssql-fetch-row.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ array offset, starting at offset 0. - Subsequent call to mssql_fetch_rows would + Subsequent call to mssql_fetch_row would return the next row in the result set, or &false; if there are no more rows.