From: Greg Beaver Date: Sun, 30 Nov 2003 22:01:22 +0000 (+0000) Subject: remove old holdover code that has no purpose X-Git-Tag: php-5.0.0b3RC1~476 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b24e0a404e0ef37983e010dbb036af3c2856ae9;p=php remove old holdover code that has no purpose --- diff --git a/pear/PEAR/Command/Install-using-downloader.php b/pear/PEAR/Command/Install-using-downloader.php index 06cde17846..f006c26256 100644 --- a/pear/PEAR/Command/Install-using-downloader.php +++ b/pear/PEAR/Command/Install-using-downloader.php @@ -317,11 +317,6 @@ fail if any packages depend on the newer version.'), $errors = array(); $downloaded = array(); $this->downloader->download($params); - if ($command != 'upgrade-all') { - for ($i = 0; $i < count($params); $i++) { - $params[$i] = $this->downloader->extractDownloadFileName($params[$i], $_tmp); - } - } $errors = $this->downloader->getErrorMsgs(); if (count($errors)) { $err['data'] = array($errors);