summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2001-05-06 06:33:48 +0000
committerEgon Schmid <eschmid@php.net>2001-05-06 06:33:48 +0000
commit58d2b0a52bd15ce51bcddbfaa36671d1bf3474ae (patch)
tree7392580fd2bb6daeccf564e0949987e933bbc225 /ext/pgsql/pgsql.c
parent9ce123076fcd1106983868c4da1dbb2c90635193 (diff)
downloadphp-git-58d2b0a52bd15ce51bcddbfaa36671d1bf3474ae.tar.gz
Corrected one proto.
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
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;