]> granicus.if.org Git - php/commitdiff
* how did those DOS newlines get here?
authorStig Bakken <ssb@php.net>
Mon, 9 Sep 2002 21:41:32 +0000 (21:41 +0000)
committerStig Bakken <ssb@php.net>
Mon, 9 Sep 2002 21:41:32 +0000 (21:41 +0000)
pear/PEAR/Installer.php

index 09f343dea4f06644ba9de055266602ac53e3b0d7..e25fa9734cd2c49c82ed8b4847b6948f856b4193 100644 (file)
@@ -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');