From dac7d616121dab4bb56fe1efed998e509b6d898e Mon Sep 17 00:00:00 2001 From: Vincent Blavet Date: Wed, 13 Feb 2002 21:26:39 +0000 Subject: [PATCH] * user system/user config rather than default value --- pear/scripts/pearcmd-list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1