ali Wed Sep 17 14:43:45 2003 EDT
Modified files: /phpdoc/en/reference/mssql/functions mssql-fetch-row.xml Log: correcting typo ; fixes #25578 Index: phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.4 phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.5 --- phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.4 Thu Jul 3 08:38:23 2003 +++ phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml Wed Sep 17 14:43:45 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 --> <refentry id="function.mssql-fetch-row"> <refnamediv> @@ -23,7 +23,7 @@ array offset, starting at offset 0. </para> <para> - Subsequent call to <function>mssql_fetch_rows</function> would + Subsequent call to <function>mssql_fetch_row</function> would return the next row in the result set, or &false; if there are no more rows. </para>