- Fix return type in proto once again...

This commit is contained in:
Jouni Ahto 2000-06-18 17:36:31 +00:00
parent 15925864b2
commit 98087ab562

View File

@ -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])
Export large object direct to filesystem */
PHP_FUNCTION(pg_loexport)
{