From 7a260cda952542431f252126e0f5e4d1685d6630 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 5 Sep 2012 12:20:49 +0000 Subject: [PATCH] Remove extra >, and lets not drop the collection in case people copy&paste this :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327480 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocollection/aggregate.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/mongo/mongocollection/aggregate.xml b/reference/mongo/mongocollection/aggregate.xml index 1dcd0cfcbc..9919e52134 100644 --- a/reference/mongo/mongocollection/aggregate.xml +++ b/reference/mongo/mongocollection/aggregate.xml @@ -34,7 +34,7 @@ pipelines - An array of >pipelines, or just the first part. + An array of pipelines, or just the first part. @@ -78,7 +78,6 @@ selectDB("examples")->selectCollection("article"); -$c->drop(); $data = array ( 'title' => 'this is my title', 'author' => 'bob',