|
|
Choosing A Webhost: |
cvs: pear-core /PEAR/Command Remote.php: msg#00001php.pear.core
pajoye Sun Jun 4 12:26:22 2006 UTC Modified files: /pear-core/PEAR/Command Remote.php Log: - betterStates returns false if a state is not valid, and an array in all other cases (empty or not) http://cvs.php.net/viewcvs.cgi/pear-core/PEAR/Command/Remote.php?r1=1.93&r2=1.94&diff_format=u Index: pear-core/PEAR/Command/Remote.php diff -u pear-core/PEAR/Command/Remote.php:1.93 pear-core/PEAR/Command/Remote.php:1.94 --- pear-core/PEAR/Command/Remote.php:1.93 Mon Mar 27 05:00:12 2006 +++ pear-core/PEAR/Command/Remote.php Sun Jun 4 12:26:21 2006 @@ -17,7 +17,7 @@ * @author Greg Beaver <cellog@xxxxxxx> * @copyright 1997-2006 The PHP Group * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: Remote.php,v 1.93 2006/03/27 05:00:12 cellog Exp $ + * @version CVS: $Id: Remote.php,v 1.94 2006/06/04 12:26:21 pajoye Exp $ * @link http://pear.php.net/package/PEAR * @since File available since Release 0.1 */ @@ -532,7 +532,7 @@ function doListUpgrades($command, $options, $params) { require_once 'PEAR/Common.php'; - if (isset($params[0]) && !PEAR_Common::betterStates($params[0])) { + if (isset($params[0]) && !is_array(PEAR_Common::betterStates($params[0]))) { return $this->raiseError($params[0] . ' is not a valid state (stable/beta/alpha/devel/etc.) try "pear help list-upgrades"'); } $savechannel = $channel = $this->config->get('default_channel');
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear-core(PEAR_1_4) /PEAR/Command Config.php, Pierre-Alain Joye |
|---|---|
| Next by Date: | cvs: pear-core(PEAR_1_4) /PEAR/Command Remote.php, Pierre-Alain Joye |
| Previous by Thread: | cvs: pear-core(PEAR_1_4) /PEAR/Command Config.php, Pierre-Alain Joye |
| Next by Thread: | cvs: pear-core(PEAR_1_4) /PEAR/Command Remote.php, Pierre-Alain Joye |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |