diff options
-rw-r--r-- | ext/odbc/velocis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index 467717955c..2d35f59ac4 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -204,7 +204,7 @@ velocis_del_result(HashTable *list,int ind) /* Users functions */ -/* {{{ proto long velocis_connect(string server, string user, sting pass) +/* {{{ proto int velocis_connect(string server, string user, sting pass) */ PHP_FUNCTION(velocis_connect) { |