From 39b4baccbe7357d423e737d8933938a5f4b2c6a3 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Tue, 21 May 2002 02:28:08 +0000 Subject: [PATCH] doListRemote -> doRemoteList --- pear/PEAR/Command/Remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1