From c4e4b05c05032010c115a8a0f485420bb60ae9bb Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 26 May 2002 12:54:08 +0000 Subject: [PATCH] * focus on the present --- pear/PEAR/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Command.php b/pear/PEAR/Command.php index 08d5d5235b..ecacc8006f 100644 --- a/pear/PEAR/Command.php +++ b/pear/PEAR/Command.php @@ -88,7 +88,7 @@ $GLOBALS['_PEAR_Command_uiobject'] = null; * * - DON'T USE HTML! The text you return will be used from both Gtk, * web and command-line interfaces, so for now, keep everything to - * plain text. There may be a common (XML) markup format later. + * plain text. * * - DON'T USE EXIT OR DIE! Always use pear errors. From static * classes do PEAR::raiseError(), from other classes do -- 2.50.1