]> granicus.if.org Git - php/commitdiff
fix parse error
authorTomas V.V.Cox <cox@php.net>
Sat, 23 Mar 2002 15:56:14 +0000 (15:56 +0000)
committerTomas V.V.Cox <cox@php.net>
Sat, 23 Mar 2002 15:56:14 +0000 (15:56 +0000)
pear/PEAR/Command/Install.php

index 40fa0a91da04935e9fe7fd11b8e28d0fdfe094f6..7204c309bfd76a714c8d956119420fef813eb739 100644 (file)
@@ -70,10 +70,10 @@ class PEAR_Command_Install extends PEAR_Command_Common
         $failmsg = '';
         $opts = array();
         switch ($command) {
-            case 'upgrade': {
+            case 'upgrade':
                 $opts['upgrade'] = true;
                 // fall through
-            case 'install':
+            case 'install': {
                 if (isset($options['f'])) {
                     $opts['force'] = true;
                 }