From 8d9f8f7bc8deef2f55e16ce32f04ef954e660e41 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 25 Feb 2009 22:57:03 +0000 Subject: [PATCH] Fixed build (missing markup) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276457 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/constants.xml | 4 ++-- reference/mongo/functions/mongo-gridfs-init.xml | 6 ++++-- reference/mongo/functions/mongo-gridfs-list.xml | 6 ++++-- reference/mongo/functions/mongo-has-next.xml | 6 ++++-- reference/mongo/functions/mongo-query.xml | 6 ++++-- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/reference/mongo/constants.xml b/reference/mongo/constants.xml index d84e4bedda..339dadf42f 100644 --- a/reference/mongo/constants.xml +++ b/reference/mongo/constants.xml @@ -1,11 +1,11 @@ - + &reftitle.constants; &no.constants; - +
Mongo Comparison Operators diff --git a/reference/mongo/functions/mongo-gridfs-init.xml b/reference/mongo/functions/mongo-gridfs-init.xml index 57932a5568..69f5fd786d 100644 --- a/reference/mongo/functions/mongo-gridfs-init.xml +++ b/reference/mongo/functions/mongo-gridfs-init.xml @@ -1,5 +1,5 @@ - + @@ -85,7 +85,9 @@ $file = mongo_gridfs_find($gridfs, array("filename" => "profilePic.jpg")); ?> ]]> - $jpg will now be storing a file resource. + + $jpg will now be storing a file resource. + diff --git a/reference/mongo/functions/mongo-gridfs-list.xml b/reference/mongo/functions/mongo-gridfs-list.xml index 5ccd9dcf7c..083a29b225 100644 --- a/reference/mongo/functions/mongo-gridfs-list.xml +++ b/reference/mongo/functions/mongo-gridfs-list.xml @@ -1,5 +1,5 @@ - + @@ -88,7 +88,9 @@ file2.txt mypic.jpg ]]> - depending on what is in the database. + + depending on what is in the database. + diff --git a/reference/mongo/functions/mongo-has-next.xml b/reference/mongo/functions/mongo-has-next.xml index c539a2ad35..3b004138a7 100644 --- a/reference/mongo/functions/mongo-has-next.xml +++ b/reference/mongo/functions/mongo-has-next.xml @@ -1,5 +1,5 @@ - + @@ -67,7 +67,9 @@ while (mongo_has_next($cursor)) { ?> ]]> - The above example will output a dot for each document in the collection foo.bar. + + The above example will output a dot for each document in the collection foo.bar. + diff --git a/reference/mongo/functions/mongo-query.xml b/reference/mongo/functions/mongo-query.xml index 755c4a6437..3693a98e21 100644 --- a/reference/mongo/functions/mongo-query.xml +++ b/reference/mongo/functions/mongo-query.xml @@ -1,5 +1,5 @@ - + @@ -135,7 +135,9 @@ $cursor = mongo_query($conn, "zoo.animals", array("name" => $searchterm), ($page ?> ]]> - This returns results 11-20 of objects in the zoo.animals collection with the name field "panda". + + This returns results 11-20 of objects in the zoo.animals collection with the name field "panda". +