diff --git a/reference/mssql/functions/mssql-fetch-assoc.xml b/reference/mssql/functions/mssql-fetch-assoc.xml index 3d4ae1ab68..c5c955a8bb 100644 --- a/reference/mssql/functions/mssql-fetch-assoc.xml +++ b/reference/mssql/functions/mssql-fetch-assoc.xml @@ -37,6 +37,14 @@ + + &reftitle.returnvalues; + + Returns an associative array that corresponds to the fetched row, or + &false; if there are no more rows. + + + &reftitle.examples; @@ -77,13 +85,6 @@ mssql_free_result($query); - - &reftitle.returnvalues; - - Returns an associative array that corresponds to the fetched row, or - &false; if there are no more rows. - -