diff options
| author | Greg Beaver <cellog@php.net> | 2003-11-30 22:01:22 +0000 |
|---|---|---|
| committer | Greg Beaver <cellog@php.net> | 2003-11-30 22:01:22 +0000 |
| commit | 0b24e0a404e0ef37983e010dbb036af3c2856ae9 (patch) | |
| tree | eed61a74970ca12ff3dca7310ae7aae80c2fb319 /pear/PEAR/Command | |
| parent | 76e83f576c59e173418d6eb3c34ac4c613ff0718 (diff) | |
| download | php-git-0b24e0a404e0ef37983e010dbb036af3c2856ae9.tar.gz | |
remove old holdover code that has no purpose
Diffstat (limited to 'pear/PEAR/Command')
| -rw-r--r-- | pear/PEAR/Command/Install-using-downloader.php | 5 |
1 files changed, 0 insertions, 5 deletions
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); |
