From: Greg Beaver Date: Thu, 11 Sep 2003 13:21:07 +0000 (+0000) Subject: missed one segment to comment out X-Git-Tag: RELEASE_0_7~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a344aabb1910b6423ec0f3c215b6e810ef5b7620;p=php missed one segment to comment out --- diff --git a/pear/PEAR.php b/pear/PEAR.php index 805d5acee7..06e63f6ac6 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -311,11 +311,12 @@ class PEAR case PEAR_ERROR_CALLBACK: $setmode = $mode; +/* $doSet = false; // function callback if (is_string($options) && function_exists($options)) { $doSet = true; - } + } */ // class/object method callback if (is_callable($options)) { $setoptions = $options;