]> granicus.if.org Git - php/commitdiff
Remove result_type from pg_fetch_object() proto.
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 24 Apr 2002 23:03:48 +0000 (23:03 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 24 Apr 2002 23:03:48 +0000 (23:03 +0000)
It still accepts 3rd argument, but passing 3rd argument
does not make sense for pg_fetch_object().

ext/pgsql/pgsql.c

index e350af9f7722fae4de86f65b16e2658b6de16957..94b404cca17fac42757a62cc781e66eb8ff66c46 100644 (file)
@@ -1343,7 +1343,7 @@ PHP_FUNCTION(pg_fetch_array)
 }
 /* }}} */
 
-/* {{{ proto object pg_fetch_object(resource result [, int row [, int result_type]])
+/* {{{ proto object pg_fetch_object(resource result [, int row])
    Fetch a row as an object */
 PHP_FUNCTION(pg_fetch_object)
 {