From f76caafe896a76c7da7ee94e082eb50f3b3ea37f Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Mon, 27 Jul 2009 14:43:32 +0000 Subject: [PATCH] fix count() example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286413 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocollection/count.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mongo/mongocollection/count.xml b/reference/mongo/mongocollection/count.xml index b6b112756f..b92d432a8f 100644 --- a/reference/mongo/mongocollection/count.xml +++ b/reference/mongo/mongocollection/count.xml @@ -73,9 +73,9 @@ var_dump($collection->count(array(), array('z'=>1))); &example.outputs.similar;