From: Hartmut Holzgraefe Date: Tue, 23 May 2000 22:20:36 +0000 (+0000) Subject: proto typo fix X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=887c672a6c16808c351c971236865d8858e6e18f;p=php proto typo fix --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index b5cba0a232..41e3f8afc6 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -980,7 +980,7 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) } -/* {{{ proto array pg_fetchrow(int result, int row) +/* {{{ proto array pg_fetch_row(int result, int row) Get a row as an enumerated array */ PHP_FUNCTION(pg_fetch_row) {