From 345ada81c8e5f89ff831793e8b996460e7732957 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 15 Jan 2003 10:21:15 +0000 Subject: [PATCH] Fixed proto --- ext/pgsql/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1