From: Andy Sautins Date: Tue, 11 Sep 2001 23:16:32 +0000 (+0000) Subject: oops. Used C++ style comments. Make C style X-Git-Tag: PRE_SUBST_Z_MACROS~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e4e8e94d9b47ae38828f6732abe114c0d776b8a;p=php oops. Used C++ style comments. Make C style --- 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; }