Fix #71206: oci_fetch_all() returns 0 on failure

The signature has recently been updated, but the
&return.falseforfailure; has been overlooked.
This commit is contained in:
Christoph M. Becker 2021-09-23 17:48:18 +02:00
parent a6231c4c8b
commit d33a6756e7
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -154,7 +154,7 @@
&reftitle.returnvalues;
<para>
Returns the number of rows in <parameter>output</parameter>, which
may be 0 or more, &return.falseforfailure;.
may be 0 or more.
</para>
</refsect1>