From 5e8bee0b4dc4d9b8eea2c68071a2590392bda9b6 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 26 Jan 2004 14:04:22 +0000 Subject: [PATCH] MFH --- ext/oci8/oci8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 884f7adf49..830efe70d3 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3834,7 +3834,7 @@ PHP_FUNCTION(ocicolumnprecision) /* }}} */ -/* {{{ proto mixed ocicolumntype(int stmt, int col) +/* {{{ proto int ocicolumntype(int stmt, int col) Tell the data type of a column */ PHP_FUNCTION(ocicolumntype) @@ -4998,7 +4998,7 @@ PHP_FUNCTION(ocicollgetelem) /* Return null if the value is null */ if(*elemind == OCI_IND_NULL) { - RETURN_FALSE; + RETURN_NULL(); } switch (coll->element_typecode) { -- 2.40.0