didou           Fri Dec 31 05:42:35 2004 EDT

  Modified files:              
    /phpdoc/en/reference/dom    reference.xml 
  Log:
  fix #31354: wrong refpurpose for DOMNode->insertBefore()
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/reference.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/dom/reference.xml
diff -u phpdoc/en/reference/dom/reference.xml:1.12 
phpdoc/en/reference/dom/reference.xml:1.13
--- phpdoc/en/reference/dom/reference.xml:1.12  Wed Dec 29 07:46:06 2004
+++ phpdoc/en/reference/dom/reference.xml       Fri Dec 31 05:42:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <reference id="ref.dom">
   <title>DOM Functions</title>
   <titleabbrev>DOM</titleabbrev>
@@ -800,7 +800,8 @@
         <para><xref linkend='function.dom-domnode-haschildnodes' /> - Checks 
if node has children</para>
        </listitem>
        <listitem>
-        <para><xref linkend='function.dom-domnode-insertbefore' /> - Adds new 
child at the end of the children</para>
+        <para><xref linkend='function.dom-domnode-insertbefore' /> - Adds a
+        new child before a reference node</para>
        </listitem>
        <listitem>
         <para><xref linkend='function.dom-domnode-issamenode' /> - Indicates 
if two nodes are the same node</para>

Reply via email to