gregory         Wed Nov  6 00:17:13 2002 EDT

  Modified files:              
    /phpdoc/en/reference/dba    reference.xml 
  Log:
  add missing <para> tag...
  
  
Index: phpdoc/en/reference/dba/reference.xml
diff -u phpdoc/en/reference/dba/reference.xml:1.4 
phpdoc/en/reference/dba/reference.xml:1.5
--- phpdoc/en/reference/dba/reference.xml:1.4   Tue Nov  5 10:45:38 2002
+++ phpdoc/en/reference/dba/reference.xml       Wed Nov  6 00:17:13 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.dba">
   <title>Database (dbm-style) abstraction layer functions</title>
   <titleabbrev>dba</titleabbrev>
@@ -174,9 +174,11 @@
          To enable support for cdb add
          <option role="configure">--with-cdb[=DIR]</option>.
          <note>
-          Since PHP 4.3 you can omit DIR to use the internal cdb library 
-          that adds the cdb_make handler which allows creation of cdb files
-          and allows to access cdb files on the network using php's streams.
+          <para>
+           Since PHP 4.3 you can omit DIR to use the internal cdb library 
+           that adds the cdb_make handler which allows creation of cdb files
+           and allows to access cdb files on the network using php's streams.
+          </para>
          </note>
         </entry>
        </row>



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

Reply via email to