samesch Tue Dec 18 15:59:12 2001 EDT
Modified files:
/phpdoc/en/functions mssql.xml
Log:
typos....
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.24 phpdoc/en/functions/mssql.xml:1.25
--- phpdoc/en/functions/mssql.xml:1.24 Mon Dec 17 15:22:09 2001
+++ phpdoc/en/functions/mssql.xml Tue Dec 18 15:59:12 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
<reference id="ref.mssql">
<title>Microsoft SQL Server functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
@@ -486,13 +486,14 @@
</funcprototype>
</funcsynopsis>
<para>
- When sending more than one SQL statement to the server or executing a stored
procedure
- with multiple results will cause 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 wors from the new result set.
- The function will return &true; if an additional result set was
- available or &false; othervise.
+ When sending more than one SQL statement to the server or
+ executing a stored procedure with multiple results, it will cause
+ 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
+ function will return &true; if an additional result set was
+ available or &false; otherwise.
</para>
<example>
<title><function>mssql_next_result</function> example</title>