From 4a31a6a88b96b07d6c3bf015168384e49c0af806 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 12 Mar 2004 18:22:48 +0000 Subject: [PATCH] - revert previous commit: - Features freeze period - No agreement on this change - Even if an agreement exists, this change is not enough to allow the usage of this new tag --- pear/PEAR/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 6ed14aca84..3329fc6b6e 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -51,7 +51,7 @@ $GLOBALS['_PEAR_Common_tempfiles'] = array(); * Valid maintainer roles * @var array */ -$GLOBALS['_PEAR_Common_maintainer_roles'] = array('lead','developer','contributor','helper', 'emeritus'); +$GLOBALS['_PEAR_Common_maintainer_roles'] = array('lead','developer','contributor','helper'); /** * Valid release states -- 2.40.0