From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 11:48:07 +0000 (+0000) Subject: proto fix X-Git-Tag: PRE_ISSET_PATCH~499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67d9cd69759cd7bcd59dda62db7a4ed5cf22b5a2;p=php proto fix --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 154255c5ce..6f92c4553f 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -2554,7 +2554,7 @@ PHP_FUNCTION(pg_send_query) /* }}} */ -/* {{{ proto query resouce pg_get_result(resource connection) +/* {{{ proto resource pg_get_result([resource connection]) Get asynchronous query result */ PHP_FUNCTION(pg_get_result) {