From: Stig Bakken Date: Fri, 22 Mar 2002 11:09:58 +0000 (+0000) Subject: * rename class/methods X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d11204de01b97e82b2566838c73e814f82c09a4;p=php * rename class/methods --- diff --git a/pear/PEAR/Command/Auth.php b/pear/PEAR/Command/Auth.php index 735c2e311c..81c393e8d6 100644 --- a/pear/PEAR/Command/Auth.php +++ b/pear/PEAR/Command/Auth.php @@ -26,16 +26,16 @@ require_once "PEAR/Config.php"; * PEAR commands for managing configuration data. * */ -class PEAR_Command_Login extends PEAR_Command_Common +class PEAR_Command_Auth extends PEAR_Command_Common { // {{{ constructor /** - * PEAR_Command_Login constructor. + * PEAR_Command_Auth constructor. * * @access public */ - function PEAR_Command_Login(&$ui, &$config) + function PEAR_Command_Auth(&$ui, &$config) { parent::PEAR_Command_Common($ui, $config); }