From f73c1eb137a2825f0ca64446599c29a9d8e57488 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 9 Sep 2002 21:41:32 +0000 Subject: [PATCH] * how did those DOS newlines get here? --- pear/PEAR/Installer.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 09f343dea4..e25fa9734c 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -400,7 +400,7 @@ class PEAR_Installer extends PEAR_Common return $pkginfo; } $this->validatePackageInfo($pkginfo, $errors, $warnings); - // XXX We allow warnings, have we to do it? + // XXX We allow warnings, do we have to do it? if (count($errors)) { if (empty($options['force'])) { return $this->raiseError("The following errors where found (use force option to install anyway):\n". @@ -618,9 +618,6 @@ class PEAR_Installer extends PEAR_Common function _buildCallback($what, $data) { - switch ($what) { - - } if (($what == 'cmdoutput' && $this->debug > 1) || ($what == 'output' && $this->debug > 0)) { $this->ui->outputData(rtrim($data), 'build'); -- 2.40.0