tony2001 Thu Mar 17 13:12:07 2005 EDT
Modified files:
/php-src/ext/mysqli mysqli_api.c
Log:
fix typo in error message
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.101&r2=1.102&ty=u
Index: php-src/ext/mysqli/mysqli_api.c
diff -u php-src/ext/mysqli/mysqli_api.c:1.101
php-src/ext/mysqli/mysqli_api.c:1.102
--- php-src/ext/mysqli/mysqli_api.c:1.101 Fri Jan 28 12:35:37 2005
+++ php-src/ext/mysqli/mysqli_api.c Thu Mar 17 13:12:06 2005
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli_api.c,v 1.101 2005/01/28 17:35:37 georg Exp $
+ $Id: mysqli_api.c,v 1.102 2005/03/17 18:12:06 tony2001 Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -244,7 +244,7 @@
var_cnt = argc - start;
if (var_cnt != mysql_stmt_field_count(stmt->stmt)) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind
variables doesn't match number of fields in prepared statmement.");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind
variables doesn't match number of fields in prepared statement.");
efree(args);
RETURN_FALSE;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php