yohgaki         Wed Jan 15 05:21:15 2003 EDT

  Modified files:              
    /php4/ext/pgsql     pgsql.c 
  Log:
  Fixed proto
  
  
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.255 php4/ext/pgsql/pgsql.c:1.256
--- php4/ext/pgsql/pgsql.c:1.255        Sat Jan  4 07:33:46 2003
+++ php4/ext/pgsql/pgsql.c      Wed Jan 15 05:21:15 2003
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.255 2003/01/04 12:33:46 derick Exp $ */
+/* $Id: pgsql.c,v 1.256 2003/01/15 10:21:15 yohgaki Exp $ */
 
 #include <stdlib.h>
 
@@ -2947,7 +2947,7 @@
 /* }}} */
 
 
-/* {{{ proto resource pg_get_result([resource connection])
+/* {{{ proto resource pg_get_result(resource connection)
    Get asynchronous query result */
 PHP_FUNCTION(pg_get_result)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to