mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
9e18466c86
commit
7a260cda95
1 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
<term><parameter>pipelines</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An array of <parameter>>pipeline</parameter>s, or just the first part.
|
||||
An array of <parameter>pipeline</parameter>s, or just the first part.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -78,7 +78,6 @@
|
|||
<?php
|
||||
$m = new Mongo;
|
||||
$c = $m->selectDB("examples")->selectCollection("article");
|
||||
$c->drop();
|
||||
$data = array (
|
||||
'title' => 'this is my title',
|
||||
'author' => 'bob',
|
||||
|
|
Loading…
Reference in a new issue