From: Georg Richter Date: Sat, 4 Sep 2004 14:16:52 +0000 (+0000) Subject: forgot to remove comment in last commit X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb3900b77aa3b71b8433a73c756b9fa01dcea0e7;p=php forgot to remove comment in last commit --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index b432da3cd0..3d333bcbfa 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -258,7 +258,6 @@ PHP_FUNCTION(mysqli_stmt_bind_result) 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) {