From: Tomas V.V.Cox Date: Sat, 23 Mar 2002 15:56:14 +0000 (+0000) Subject: fix parse error X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1092 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc17bcc6ab865b4a2cc334fce063d0f08a67323e;p=php fix parse error --- diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index 40fa0a91da..7204c309bf 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -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; }