samesch Tue Dec 18 16:11:57 2001 EDT
Modified files:
/phpdoc/en/functions mssql.xml
Log:
sorry, only guessing: wors -> rows rather than wors -> words?
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.25 phpdoc/en/functions/mssql.xml:1.26
--- phpdoc/en/functions/mssql.xml:1.25 Tue Dec 18 15:59:12 2001
+++ phpdoc/en/functions/mssql.xml Tue Dec 18 16:11:55 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
<reference id="ref.mssql">
<title>Microsoft SQL Server functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
@@ -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.
</para>