From: Martin Jansen Date: Fri, 1 Nov 2002 14:48:16 +0000 (+0000) Subject: * Fix bug #20207. X-Git-Tag: php-4.3.0RC1~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf15b826a14cb4d1ab974ad9111279de717a5b5b;p=php * Fix bug #20207. --- diff --git a/pear/PEAR/Command/Common.php b/pear/PEAR/Command/Common.php index 7734130a67..16953d06b4 100644 --- a/pear/PEAR/Command/Common.php +++ b/pear/PEAR/Command/Common.php @@ -203,6 +203,8 @@ class PEAR_Command_Common extends PEAR $sapp = " $v[arg]"; $lapp = "=$v[arg]"; } + } else { + $sapp = $lapp = ""; } if (isset($v['shortopt'])) { $s = $v['shortopt'];