diff options
author | foobar <sniper@php.net> | 2003-08-28 09:55:11 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-28 09:55:11 +0000 |
commit | 29b9d26223769ca8820f1752e98f2fe33cbbffb0 (patch) | |
tree | 046ad7571f64f2bc6853f23d1adf3ba600919aed /ext/odbc | |
parent | 6d7e56a0c8faefe431b5b0f12e67f5063a5b2fc1 (diff) | |
download | php-git-29b9d26223769ca8820f1752e98f2fe33cbbffb0.tar.gz |
typofix
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 9270a70d50..11c12b2bff 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1430,7 +1430,7 @@ static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) } if (result->binmode == 1) { - sql_c-type = SQL_C_BINARY; + sql_c_type = SQL_C_BINARY; } case SQL_LONGVARCHAR: if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) { |