cvs: peardoc /en/package/database/db-nestedset/db-nestedset getsiblings.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1191011962@cvsserver> |
wiesemann Fri Sep 28 20:39:22 2007 UTC
Modified files:
/peardoc/en/package/database/db-nestedset/db-nestedset
getsiblings.xml
Log:
- fix doc builds
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml
diff -u peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml:1.3 peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml:1.4
--- peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml:1.3 Fri Sep 28 06:21:11 2007
+++ peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml Fri Sep 28 20:39:21 2007
@@ -125,14 +125,14 @@
<refsect1 id="package.database.db-nestedset.db-nestedset.getsiblings.note">
&title.note;
¬e.notstatic;
- </refsec1>
+ </refsect1>
<refsect1 id="package.database.db-nestedset.db-nestedset.getsiblings.example">
&title.example;
<example>
<title>Get Siblings</title>
<programlisting role="php">
- require_once('DB/NestedSet.php');
+ require_once 'DB/NestedSet.php';
$nestedSet =& DB_NestedSet::factory('DB', $dsn, $params);
$parent = $nestedSet->createRootNode(array('name' => 'root-node'), false, true);
$node = $nestedSet->createSubNode($parent, array('name' => 'sub1'));
@@ -142,7 +142,6 @@
</programlisting>
</example>
</refsect1>
-</refsect1>
</refentry>
<!-- Keep this comment at the end of the file