tony2001                Thu Mar 17 13:12:30 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/mysqli mysqli_api.c 
  Log:
  MFH: typofix
  
  
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.87.2.11&r2=1.87.2.12&ty=u
Index: php-src/ext/mysqli/mysqli_api.c
diff -u php-src/ext/mysqli/mysqli_api.c:1.87.2.11 
php-src/ext/mysqli/mysqli_api.c:1.87.2.12
--- php-src/ext/mysqli/mysqli_api.c:1.87.2.11   Fri Jan 28 12:37:42 2005
+++ php-src/ext/mysqli/mysqli_api.c     Thu Mar 17 13:12:30 2005
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli_api.c,v 1.87.2.11 2005/01/28 17:37:42 georg Exp $ 
+  $Id: mysqli_api.c,v 1.87.2.12 2005/03/17 18:12:30 tony2001 Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -245,7 +245,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

Reply via email to