]> granicus.if.org Git - php/commitdiff
remove old holdover code that has no purpose
authorGreg Beaver <cellog@php.net>
Sun, 30 Nov 2003 22:01:22 +0000 (22:01 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 30 Nov 2003 22:01:22 +0000 (22:01 +0000)
pear/PEAR/Command/Install-using-downloader.php

index 06cde178464e7cf73d47a96a7a4ff7c18a67dd81..f006c262569cb2f2d0e7485b1b2e19204631f554 100644 (file)
@@ -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);