From: Tomas V.V.Cox Date: Tue, 21 May 2002 02:28:08 +0000 (+0000) Subject: doListRemote -> doRemoteList X-Git-Tag: RELEASE_0_10~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b4baccbe7357d423e737d8933938a5f4b2c6a3;p=php doListRemote -> doRemoteList --- diff --git a/pear/PEAR/Command/Remote.php b/pear/PEAR/Command/Remote.php index b7b85c530a..55f2c354b6 100644 --- a/pear/PEAR/Command/Remote.php +++ b/pear/PEAR/Command/Remote.php @@ -96,7 +96,7 @@ version of DB is 1.2, the downloaded file will be DB-1.2.tgz.', // }}} // {{{ list-remote - function doListRemote($command, $options, $params) + function doRemoteList($command, $options, $params) { $r = new PEAR_Remote($this->config); $available = $r->call('package.listAll', true);