]> granicus.if.org Git - php/commitdiff
oops. Used C++ style comments. Make C style
authorAndy Sautins <asautins@php.net>
Tue, 11 Sep 2001 23:16:32 +0000 (23:16 +0000)
committerAndy Sautins <asautins@php.net>
Tue, 11 Sep 2001 23:16:32 +0000 (23:16 +0000)
ext/oci8/oci8.c

index c2dbc1d2eed04164aaf600d32115fab42de62928..b7565c5d5f4aaeab57b39611563bd8b4cc94793b 100644 (file)
@@ -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;
                }