From: Stig Bakken Date: Fri, 22 Mar 2002 11:57:09 +0000 (+0000) Subject: * setUIType -> setFrontendType X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ce0ceb37271f5174e4491d7ffdf9180ac391ad9;p=php * setUIType -> setFrontendType --- diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index f7a7d0d548..862e20e35e 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -24,7 +24,7 @@ require_once "PEAR/Config.php"; require_once "PEAR/Command.php"; require_once "Console/Getopt.php"; -PEAR_Command::setUIType('CLI'); +PEAR_Command::setFrontendType('CLI'); $all_commands = PEAR_Command::getCommands(); $cmd_options = PEAR_Command::getOptions();