| Dave Barr 2006-05-26, 6:59 pm |
| dave Fri May 26 22:12:39 2006 UTC
Modified files:
/phpdoc/en/reference/maxdb/functions maxdb-stmt-bind-param.xml
/phpdoc/en/reference/mysqli/functions mysqli-stmt-bind-param.xml
Log:
- Typos. (#37608)
http://cvs.php.net/viewcvs.cgi/phpd...6&diff_format=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.5 phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.6
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.5 Wed Oct 26 15:27:30 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml Fri May 26 22:12:39 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.maxdb-stmt-bind-param">
<refnamediv>
<refname>maxdb_stmt_bind_param</refname>
@@ -97,7 +97,7 @@
</row>
<row>
<entry>b</entry>
- <entry>corresponding variable is a blob and will be send in packages</entry>
+ <entry>corresponding variable is a blob and will be sent in packages</entry>
</row>
</tbody>
</tgroup>
http://cvs.php.net/viewcvs.cgi/phpd...3&diff_format=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.12 phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.13
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.12 Thu May 18 18:33:54 2006
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml Fri May 26 22:12:39 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<refentry id="function.mysqli-stmt-bind-param">
<refnamediv>
<refname>mysqli_stmt_bind_param</refname>
@@ -56,7 +56,7 @@
</row>
<row>
<entry>b</entry>
- <entry>corresponding variable is a blob and will be send in packets</entry>
+ <entry>corresponding variable is a blob and will be sent in packets</entry>
</row>
</tbody>
</tgroup>
|