From: Stig Bakken Date: Sun, 26 May 2002 12:54:08 +0000 (+0000) Subject: * focus on the present X-Git-Tag: RELEASE_0_10~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4e4b05c05032010c115a8a0f485420bb60ae9bb;p=php * focus on the present --- 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