| Antony Dovgal 2006-05-18, 7:01 pm |
| tony2001 Thu May 18 18:33:54 2006 UTC
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-stmt-bind-param.xml
Log:
fix #37503
http://cvs.php.net/viewcvs.cgi/phpd...2&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.11 phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.12
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.11 Wed Nov 9 10:37:48 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml Thu May 18 18:33:54 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.mysqli-stmt-bind-param">
<refnamediv>
<refname>mysqli_stmt_bind_param</refname>
@@ -156,7 +156,7 @@
$percent = 11.2;
/* execute prepared statement */
-mysqi_stmt_execute($stmt);
+mysqli_stmt_execute($stmt);
printf("%d Row inserted.\n", mysqli_stmt_affected_rows($stmt));
|