summaryrefslogtreecommitdiff
path: root/pear/PEAR.php
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2003-09-11 13:21:07 +0000
committerGreg Beaver <cellog@php.net>2003-09-11 13:21:07 +0000
commita344aabb1910b6423ec0f3c215b6e810ef5b7620 (patch)
treea99bcf25d369c00c6ed5afd55cbba72365897678 /pear/PEAR.php
parent140ec7f354da35e8405371673d8d6f7b936f81ec (diff)
downloadphp-git-a344aabb1910b6423ec0f3c215b6e810ef5b7620.tar.gz
missed one segment to comment out
Diffstat (limited to 'pear/PEAR.php')
-rw-r--r--pear/PEAR.php3
1 files changed, 2 insertions, 1 deletions
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;