]> granicus.if.org Git - php/commitdiff
proto typo fix
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 23 May 2000 22:20:36 +0000 (22:20 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 23 May 2000 22:20:36 +0000 (22:20 +0000)
ext/pgsql/pgsql.c

index b5cba0a2323150d13760d6b3dc0c48fa9e416083..41e3f8afc64e381dda74456d55c25e89c4f006cc 100644 (file)
@@ -980,7 +980,7 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
 }
 
 
-/* {{{ proto array pg_fetchrow(int result, int row)
+/* {{{ proto array pg_fetch_row(int result, int row)
    Get a row as an enumerated array */ 
 PHP_FUNCTION(pg_fetch_row)
 {