dams            Tue Feb 11 17:52:18 2003 EDT

  Modified files:              
    /phpdoc/en/reference/dbplus/functions       dbplus-rcreate.xml 
                                                dbplus-rcrtexact.xml 
  Log:
  boolean -> bool
  
Index: phpdoc/en/reference/dbplus/functions/dbplus-rcreate.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rcreate.xml:1.2 
phpdoc/en/reference/dbplus/functions/dbplus-rcreate.xml:1.3
--- phpdoc/en/reference/dbplus/functions/dbplus-rcreate.xml:1.2 Wed Apr 17 02:37:25 
2002
+++ phpdoc/en/reference/dbplus/functions/dbplus-rcreate.xml     Tue Feb 11 17:52:18 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
   <refentry id="function.dbplus-rcreate">
    <refnamediv>
@@ -12,7 +12,7 @@
      <type>resource</type><methodname>dbplus_rcreate</methodname>
      <methodparam><type>string</type><parameter>name</parameter></methodparam>
      <methodparam><type>mixed</type><parameter>domlist</parameter></methodparam>
-     <methodparam 
choice="opt"><type>boolean</type><parameter>overwrite</parameter></methodparam>
+     <methodparam 
+choice="opt"><type>bool</type><parameter>overwrite</parameter></methodparam>
     </methodsynopsis>
     &warn.experimental.func;
     <para>
Index: phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.2 
phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.3
--- phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.2       Wed Apr 17 
02:37:25 2002
+++ phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml   Tue Feb 11 17:52:18 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
   <refentry id="function.dbplus-rcrtexact">
    <refnamediv>
@@ -20,7 +20,7 @@
      empty copy of the given <parameter>relation</parameter> under a
      new <parameter>name</parameter>. An existing relation by the same
      <parameter>name</parameter> will only be overwritten if
-     <parameter>overwrite</parameter> is TRUE and no other process is
+     <parameter>overwrite</parameter> is &true; and no other process is
      currently using the relation.
     </para>
    </refsect1>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to