From: Vincent Blavet Date: Wed, 13 Feb 2002 21:26:39 +0000 (+0000) Subject: * user system/user config rather than default value X-Git-Tag: php-4.2.0RC1~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dac7d616121dab4bb56fe1efed998e509b6d898e;p=php * user system/user config rather than default value --- diff --git a/pear/scripts/pearcmd-list.php b/pear/scripts/pearcmd-list.php index 030c0b2c98..6bf0be52da 100644 --- a/pear/scripts/pearcmd-list.php +++ b/pear/scripts/pearcmd-list.php @@ -1,6 +1,6 @@ packageInfo(); $i = $j = 0; heading("Installed packages:"); @@ -17,4 +17,4 @@ foreach ($installed as $package) { $package['version'], $package['release_state']); } -?> +?> \ No newline at end of file