]> granicus.if.org Git - php/commitdiff
* focus on the present
authorStig Bakken <ssb@php.net>
Sun, 26 May 2002 12:54:08 +0000 (12:54 +0000)
committerStig Bakken <ssb@php.net>
Sun, 26 May 2002 12:54:08 +0000 (12:54 +0000)
pear/PEAR/Command.php

index 08d5d5235b157c6705bd29ade6241198628a0726..ecacc8006f66f9db5f137c07238e320ebecf719e 100644 (file)
@@ -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