]> granicus.if.org Git - php/commitdiff
Another typo.
authorEgon Schmid <eschmid@php.net>
Mon, 9 Aug 1999 20:06:15 +0000 (20:06 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 9 Aug 1999 20:06:15 +0000 (20:06 +0000)
ext/pgsql/pgsql.c

index df2ff36babe6cda5a1335c0fb8ba2039c899ee84..4f3b83ba98ac18aad6c1fe40294fbebd2096141e 100644 (file)
@@ -366,7 +366,7 @@ PHP_FUNCTION(pgsql_connect)
 }
 /* }}} */
 
-/* {{{ proto int pg_connect([string connection_string] | [string host, string port, [string options, [string tty,]] string database)
+/* {{{ proto int pg_pconnect([string connection_string] | [string host, string port, [string options, [string tty,]] string database)
    Open a persistent PostgreSQL connection */
 PHP_FUNCTION(pgsql_pconnect)
 {