From: Egon Schmid Date: Sun, 6 May 2001 06:33:48 +0000 (+0000) Subject: Corrected one proto. X-Git-Tag: php-4.0.6RC1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58d2b0a52bd15ce51bcddbfaa36671d1bf3474ae;p=php Corrected one proto. --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 90070c042c..fe1d308087 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -875,7 +875,7 @@ PHP_FUNCTION(pg_cmdtuples) /* }}} */ /* {{{ proto int pg_last_notice(int connection) - Returns the last notice set by the backend */ + Returns the last notice set by the backend */ PHP_FUNCTION(pg_last_notice) { if (PGG(last_notice) == NULL) { RETURN_FALSE;