diff options
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 06af9a029e..d40867dd1f 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -2225,7 +2225,7 @@ PHP_FUNCTION(odbc_num_rows) } /* }}} */ -/* {{{ proto bool next_result(int result_id) +/* {{{ proto bool odbc_next_result(int result_id) Checks if multiple results are avaiable */ PHP_FUNCTION(odbc_next_result) { |