cvs: php4 /ext/pgsql/ pgsql.c

[email protected] ("Hartmut Holzgraefe")
Newsgroups php.version4
Message-ID <cvshholzgra959120436@cvsserver>
hholzgra		Wed May 24 00:20:36 2000 EDT

  Modified files:
    /php4/ext/pgsql	pgsql.c 
  Log:
  proto typo fix
  
  
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.48 php4/ext/pgsql/pgsql.c:1.49
--- php4/ext/pgsql/pgsql.c:1.48	Tue May 23 11:33:45 2000
+++ php4/ext/pgsql/pgsql.c	Wed May 24 00:20:36 2000
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.48 2000/05/23 09:33:45 sas Exp $ */
+/* $Id: pgsql.c,v 1.49 2000/05/23 22:20:36 hholzgra Exp $ */
 
 #include <stdlib.h>
 
@@ -980,7 +980,7 @@
 }
 
 
-/* {{{ 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)
 {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.