From edf0e26a79b71154415c214900a4abeb88ad447d Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 6 Nov 2007 21:46:00 +0000 Subject: [PATCH] Missing brace in example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245777 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/functions/mssql-fetch-batch.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mssql/functions/mssql-fetch-batch.xml b/reference/mssql/functions/mssql-fetch-batch.xml index 36f6777ef9..5dbd3d82bd 100644 --- a/reference/mssql/functions/mssql-fetch-batch.xml +++ b/reference/mssql/functions/mssql-fetch-batch.xml @@ -1,5 +1,5 @@ - + mssql_fetch_batch @@ -49,7 +49,6 @@ 0) { // Do stuff ... } $intNumRows = mssql_fetch_batch($result); +} ?> ]]>