georg Sat Sep 4 10:16:53 2004 EDT
Modified files:
/php-src/ext/mysqli mysqli_api.c
Log:
forgot to remove comment in last commit
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.92&r2=1.93&ty=u
Index: php-src/ext/mysqli/mysqli_api.c
diff -u php-src/ext/mysqli/mysqli_api.c:1.92 php-src/ext/mysqli/mysqli_api.c:1.93
--- php-src/ext/mysqli/mysqli_api.c:1.92 Wed Aug 25 09:57:35 2004
+++ php-src/ext/mysqli/mysqli_api.c Sat Sep 4 10:16:52 2004
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli_api.c,v 1.92 2004/08/25 13:57:35 georg Exp $
+ $Id: mysqli_api.c,v 1.93 2004/09/04 14:16:52 georg Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -258,7 +258,6 @@
for (i=start; i < var_cnt + start ; i++) {
ofs = i - start;
stmt->result.is_null[ofs] = 0;
- //bind[ofs].truncated = NULL;
col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type :
MYSQL_TYPE_STRING;
switch (col_type) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php