]> granicus.if.org Git - php/commitdiff
nesting_level is now ob_nesting_level in main/php_output.h
authorJoey Smith <joey@php.net>
Sat, 28 Jul 2001 01:31:52 +0000 (01:31 +0000)
committerJoey Smith <joey@php.net>
Sat, 28 Jul 2001 01:31:52 +0000 (01:31 +0000)
ext/sablot/sablot.c

index 0a9126201135ec7659aecc48d20a7473a15dfb02..ee05e0168ffea8a2c78ec6c5535f0ea4cb636cf3 100644 (file)
@@ -310,7 +310,7 @@ PHP_FUNCTION(xslt_output_endtransform)
      * Make sure that we don't have more than one output buffer going on
      * at the same time.
      */
-    if (OG(nesting_level) == 0) {
+    if (OG(ob_nesting_level) == 0) {
         RETURN_NULL();
     }