Browse Source

- Fix return type in proto.

PHP-4.0.5
Jouni Ahto 26 years ago
parent
commit
153ef54498
  1. 2
      ext/pgsql/pgsql.c

2
ext/pgsql/pgsql.c

@ -1555,7 +1555,7 @@ PHP_FUNCTION(pg_loimport)
}
/* }}} */
/* {{{ proto int pg_loexport(int objoid, string filename[, resource connection])
/* {{{ proto bool pg_loexport(int objoid, string filename[, resource connection])
Emport large object direct to filesystem */
PHP_FUNCTION(pg_loexport)
{

Loading…
Cancel
Save