didou Thu May 13 10:29:47 2004 EDT
Modified files:
/phpdoc/en/reference/sqlite/functions sqlite-exec.xml
Log:
fix proto
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-exec.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-exec.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-exec.xml:1.1
phpdoc/en/reference/sqlite/functions/sqlite-exec.xml:1.2
--- phpdoc/en/reference/sqlite/functions/sqlite-exec.xml:1.1 Thu May 13 10:27:30
2004
+++ phpdoc/en/reference/sqlite/functions/sqlite-exec.xml Thu May 13 10:29:46
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.sqlite-exec">
<refnamediv>
<refname>sqlite_exec</refname>
@@ -10,11 +10,13 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>boolean</type><methodname>sqlite_exec</methodname>
+ <type>bool</type><methodname>sqlite_exec</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam><type>resource</type><parameter>db</parameter></methodparam>
</methodsynopsis>
+
&warn.undocumented.func;
+
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file