]> granicus.if.org Git - php/commitdiff
forgot to remove comment in last commit
authorGeorg Richter <georg@php.net>
Sat, 4 Sep 2004 14:16:52 +0000 (14:16 +0000)
committerGeorg Richter <georg@php.net>
Sat, 4 Sep 2004 14:16:52 +0000 (14:16 +0000)
ext/mysqli/mysqli_api.c

index b432da3cd0befdbce7cab22b1b028ae7cfb69898..3d333bcbfa3248556d855be727d6c8bf167569ab 100644 (file)
@@ -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) {