From 0b24e0a404e0ef37983e010dbb036af3c2856ae9 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 30 Nov 2003 22:01:22 +0000 Subject: [PATCH] remove old holdover code that has no purpose --- pear/PEAR/Command/Install-using-downloader.php | 5 ----- 1 file changed, 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); -- 2.50.1