]> granicus.if.org Git - php/commitdiff
Fix the libmysql build. Unintentionally broken by my last commit.
authorAndrey Hristov <andrey@php.net>
Fri, 19 Sep 2008 11:39:53 +0000 (11:39 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 19 Sep 2008 11:39:53 +0000 (11:39 +0000)
ext/mysqli/mysqli.c

index d3a500b579ce0e253c30256e268900d276f318b5..89bee8c58f173189fd2e0ab195d506fe23968d81 100644 (file)
@@ -1255,7 +1255,7 @@ void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags
                        } else {
                                ZVAL_STRINGL(res, row[i], field_len[i], 1);     
                        }
-                       if (m
+
                        if (fetchtype & MYSQLI_NUM) {
                                add_index_zval(return_value, i, res);
                        }