hholzgra Mon Nov 12 11:39:46 2001 EDT
Modified files:
/phpdoc/en/functions oracle.xml
Log:
there is no <comment> tag in DocBook4 :(
-> changed <comment>...</comment> to <!-- ... -->
Index: phpdoc/en/functions/oracle.xml
diff -u phpdoc/en/functions/oracle.xml:1.22 phpdoc/en/functions/oracle.xml:1.23
--- phpdoc/en/functions/oracle.xml:1.22 Sat Nov 10 16:49:39 2001
+++ phpdoc/en/functions/oracle.xml Mon Nov 12 11:39:45 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
<reference id="ref.oracle">
<title>Oracle functions</title>
<titleabbrev>Oracle</titleabbrev>
@@ -327,7 +327,7 @@
<para>
Returns the numeric error code of the last executed statement on
the specified cursor or connection.
- <comment>FIXME: should possible values be listed?</comment>
+ <!-- FIXME: should possible values be listed? -->
<note>
<para>Support for connection ids was added in 3.0.4.</para>
</note>