|
cvs: peclweb /include pear-database.php: msg#00248php.pecl.cvs
cellog Thu Jul 28 17:32:56 2005 EDT Modified files: /peclweb/include pear-database.php Log: make sure that packages with no stable releases still get listed in remote-list/list-all http://cvs.php.net/diff.php/peclweb/include/pear-database.php?r1=1.158&r2=1.159&ty=u Index: peclweb/include/pear-database.php diff -u peclweb/include/pear-database.php:1.158 peclweb/include/pear-database.php:1.159 --- peclweb/include/pear-database.php:1.158 Sun Jul 24 08:43:16 2005 +++ peclweb/include/pear-database.php Thu Jul 28 17:32:55 2005 @@ -17,7 +17,7 @@ | Tomas V.V.Cox <cox@xxxxxxx> | | Martin Jansen <mj@xxxxxxx> | +----------------------------------------------------------------------+ - $Id: pear-database.php,v 1.158 2005/07/24 12:43:16 pajoye Exp $ + $Id: pear-database.php,v 1.159 2005/07/28 21:32:55 cellog Exp $ */ require_once 'DB/storage.php'; @@ -844,6 +844,9 @@ } } $packageinfo[$pkg]['state'] = $stable['state']; + if (isset($packageinfo[$pkg]['unstable']) && !$packageinfo[$pkg]['stable']) { + $packageinfo[$pkg]['stable'] = $packageinfo[$pkg]['unstable']; + } } } $var = !$stable_only ? 'allreleases' : 'stablereleases'; |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pecl /apc apc.php: 00248, Rasmus Lerdorf |
|---|---|
| Next by Date: | cvs: pecl /apc apc_sma.c: 00248, Ilia Alshanetsky |
| Previous by Thread: | cvs: peclweb /include pear-database.phpi: 00248, Pierre-Alain Joye |
| Next by Thread: | cvs: pecl /http KnownIssues.txt config.m4 http_util_object.c php_http_util_object.h: 00248, Michael Wallner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |