Code Comments
Programming Forum and web based access to our favorite programming groups.derick Tue Nov 23 12:38:15 2004 EDT Modified files: /php-bugs-web/include functions.inc Log: - PECL related stuff should go to pecl-dev http://cvs.php.net/diff.php/php-bug...38&t y=u Index: php-bugs-web/include/functions.inc diff -u php-bugs-web/include/functions.inc:1.137 php-bugs-web/include/functi ons.inc:1.138 --- php-bugs-web/include/functions.inc:1.137 Tue Nov 23 09:39:06 2004 +++ php-bugs-web/include/functions.inc Tue Nov 23 12:38:14 2004 @@ -496,9 +496,12 @@ elseif (eregi("website", $bug_type)) { return array("php-mirrors@lists.php.net","php-mirrors@lists.php.net"); } - elseif (eregi("(pear)|(pecl)", $bug_type)) { + elseif (eregi("pear", $bug_type)) { return array("pear-dev@lists.php.net","pear-dev@lists.php.net"); } + elseif (eregi("pecl", $bug_type)) { + return array("pecl-dev@lists.php.net","pecl-dev@lists.php.net"); + } elseif (eregi("gtk", $bug_type)) { return array("php-gtk-dev@lists.php.net","php-gtk-dev@lists.php.net"); }
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.