From a332c8c27b7f21c17144d3fa18cc8e324080950a Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Wed, 10 Apr 2002 15:09:36 +0000 Subject: [PATCH] Added single display() --- pear/PEAR/Frontend/CLI.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index e8cc5e49e4..a5e05bfc54 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -71,6 +71,11 @@ class PEAR_Frontend_CLI extends PEAR print "$this->lp$text\n"; } + function display($text) + { + print $text; + } + // }}} // {{{ displayError(eobj) -- 2.50.1