From 6e4e8e94d9b47ae38828f6732abe114c0d776b8a Mon Sep 17 00:00:00 2001 From: Andy Sautins Date: Tue, 11 Sep 2001 23:16:32 +0000 Subject: [PATCH] oops. Used C++ style comments. Make C style --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index c2dbc1d2ee..b7565c5d5f 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -4639,7 +4639,7 @@ PHP_FUNCTION(ocicollgetelem) RETURN_FALSE; } - // Return false if value does not exist at that location + /* Return false if value does not exist at that location */ if(exists == 0) { RETURN_FALSE; } -- 2.50.1