]> granicus.if.org Git - php/commitdiff
fix compile
authorSterling Hughes <sterling@php.net>
Wed, 30 May 2001 17:43:32 +0000 (17:43 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 30 May 2001 17:43:32 +0000 (17:43 +0000)
ext/oci8/oci8.c

index 6856da1402d398d9e3de0532084590fb2ce32482..5000285502ebd22506a106b731b65d08e50b4cf1 100644 (file)
@@ -4299,7 +4299,8 @@ PHP_FUNCTION(ocifreecoll)
     int inx;
     oci_collection *coll;
     oci_connection *connection;
-
+       OCILS_FETCH();
+       
     if ((id = getThis()) != 0) {
         inx = _oci_get_ocicoll(id,&coll);
         if (inx) {