From e4d35a1e03d267d36168f7b93eb27cc5789372bb Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 17 Nov 2010 08:35:57 +0000 Subject: [PATCH] Fixed bug #53324 (/manual/en/mongo.updates is a 404) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305445 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocollection/update.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongo/mongocollection/update.xml b/reference/mongo/mongocollection/update.xml index ca637b150a..f575938e00 100644 --- a/reference/mongo/mongocollection/update.xml +++ b/reference/mongo/mongocollection/update.xml @@ -313,7 +313,7 @@ $people->update(array("birthday" => $today), array('$set' => array('gift' => $su &reftitle.seealso; - The PHP documentation on updates and the + The PHP documentation on updates and the MongoDB core docs.