remove old holdover code that has no purpose

This commit is contained in:
Greg Beaver 2003-11-30 22:01:22 +00:00
parent 76e83f576c
commit 0b24e0a404

View 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);