baoengb Wed Mar 10 13:49:49 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-close.xml
mysqli-commit.xml
Log:
Minor corrections
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-close.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-close.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-close.xml:1.5
phpdoc/en/reference/mysqli/functions/mysqli-close.xml:1.6
--- phpdoc/en/reference/mysqli/functions/mysqli-close.xml:1.5 Wed Jan 28 18:18:42
2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-close.xml Wed Mar 10 13:49:48
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.mysqli-close">
<refnamediv>
<refname>mysqli_close</refname>
@@ -24,7 +24,7 @@
</classsynopsis>
<para>
The <function>mysqli_close</function> function closes a previously opened
database
- connection specified by the link parameter.
+ connection specified by the <parameter>link</parameter> parameter.
</para>
</refsect1>
<refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-commit.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-commit.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-commit.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-commit.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-commit.xml:1.6 Wed Feb 25 16:59:16
2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-commit.xml Wed Mar 10 13:49:48
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-commit">
<refnamediv>
<refname>mysqli_commit</refname>
@@ -23,7 +23,7 @@
</methodsynopsis>
</classsynopsis>
<para>
- Commits the current transaction for the database specified by the
+ Commits the current transaction for the database connection specified by the
<parameter>link</parameter> parameter.
</para>
</refsect1>