summaryrefslogtreecommitdiff
path: root/pear/PEAR/Command/Config.php
diff options
context:
space:
mode:
authorChristian Dickmann <dickmann@php.net>2002-06-08 18:44:34 +0000
committerChristian Dickmann <dickmann@php.net>2002-06-08 18:44:34 +0000
commit3dd47bc6518380251c422ed18ca12d062a1d20c6 (patch)
treec619d47a366aa6efa20dbfa79525ee5ee6d6b4ab /pear/PEAR/Command/Config.php
parent5e148e3875ee30276f9e40e589b800e10a50afdb (diff)
downloadphp-git-3dd47bc6518380251c422ed18ca12d062a1d20c6.tar.gz
add modes to list-all. fix a mergerbug
Diffstat (limited to 'pear/PEAR/Command/Config.php')
-rw-r--r--pear/PEAR/Command/Config.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/pear/PEAR/Command/Config.php b/pear/PEAR/Command/Config.php
index 2639ad77f7..b8f14511dd 100644
--- a/pear/PEAR/Command/Config.php
+++ b/pear/PEAR/Command/Config.php
@@ -147,9 +147,6 @@ displays help for all configuration parameters.
$failmsg .= $error;
return PEAR::raiseError($failmsg);
}
- if ($params[0] == 'umask') {
- list($params[1]) = sscanf($params[1], '%o');
- }
if (!call_user_func_array(array(&$this->config, 'set'), $params))
{
$failmsg = "config-set (" . implode(", ", $params) . ") failed";