diff options
| author | Nick Gorham <lurcher@php.net> | 1999-09-23 14:46:35 +0000 |
|---|---|---|
| committer | Nick Gorham <lurcher@php.net> | 1999-09-23 14:46:35 +0000 |
| commit | 7d759e6781a16990a85bf08edb0e10ff3b6921a7 (patch) | |
| tree | 127564139d7b42e54c7eea681156d5b21d5b75e8 /ext/odbc/php_odbc.c | |
| parent | 1e13eb646e0923b5d7678c7e198a7ef9083136a0 (diff) | |
| download | php-git-7d759e6781a16990a85bf08edb0e10ff3b6921a7.tar.gz | |
Added support for Easysoft ODBC-ODBC Bridge
Fixed bug in odbc_setoption
Diffstat (limited to 'ext/odbc/php_odbc.c')
| -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 3da64ee6e4..06a84a62ff 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -2082,7 +2082,7 @@ PHP_FUNCTION(odbc_setoption) RETCODE rc; pval *arg1, *arg2, *arg3, *arg4; - if ( getParameters(ht, 3, &arg1, &arg2, &arg3, &arg4) == FAILURE) { + if ( getParameters(ht, 4, &arg1, &arg2, &arg3, &arg4) == FAILURE) { WRONG_PARAM_COUNT; } |
