Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Bug #4072 pear list-all -c channel does not list installed packages
Submitted: 2005-04-06 01:12 UTC
From: cellog Assigned: cellog
Status: Closed Package: PEAR
PHP Version: Irrelevant OS: n/a
Roadmaps: (Not assigned)    
Subscription  


 [2005-04-06 01:12 UTC] cellog
Description: ------------ There is a mistake in PEAR_Remote, line 274: $installed = $reg->packageInfo($name); should be: $installed = $reg->packageInfo($name, null, $channel);

Comments

 [2005-04-06 01:14 UTC] cellog
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.