From: Yasuo Ohgaki Date: Wed, 15 Jan 2003 10:21:15 +0000 (+0000) Subject: Fixed proto X-Git-Tag: PHP_5_0_dev_before_13561_fix~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=345ada81c8e5f89ff831793e8b996460e7732957;p=php Fixed proto --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 12cf75f3cb..2c09a7307c 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -2947,7 +2947,7 @@ PHP_FUNCTION(pg_send_query) /* }}} */ -/* {{{ proto resource pg_get_result([resource connection]) +/* {{{ proto resource pg_get_result(resource connection) Get asynchronous query result */ PHP_FUNCTION(pg_get_result) {