]> granicus.if.org Git - php/commitdiff
doListRemote -> doRemoteList
authorTomas V.V.Cox <cox@php.net>
Tue, 21 May 2002 02:28:08 +0000 (02:28 +0000)
committerTomas V.V.Cox <cox@php.net>
Tue, 21 May 2002 02:28:08 +0000 (02:28 +0000)
pear/PEAR/Command/Remote.php

index b7b85c530aafb01f7b9d7d4540b23a376187d738..55f2c354b6d627500c31b4de4148cc861965441a 100644 (file)
@@ -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);