From 7d759e6781a16990a85bf08edb0e10ff3b6921a7 Mon Sep 17 00:00:00 2001 From: Nick Gorham Date: Thu, 23 Sep 1999 14:46:35 +0000 Subject: Added support for Easysoft ODBC-ODBC Bridge Fixed bug in odbc_setoption --- ext/odbc/php_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/odbc/php_odbc.c') 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; } -- cgit v1.2.1