logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs: pearweb /include pear-config.php: msg#00209

Subject: cvs: pearweb /include pear-config.php
cellog          Wed Feb 23 01:20:26 2005 EDT

  Modified files:              
    /pearweb/include    pear-config.php 
  Log:
  add PEAR_GENERAL_EMAIL
  
http://cvs.php.net/diff.php/pearweb/include/pear-config.php?r1=1.32&r2=1.33&ty=u
Index: pearweb/include/pear-config.php
diff -u pearweb/include/pear-config.php:1.32 
pearweb/include/pear-config.php:1.33
--- pearweb/include/pear-config.php:1.32        Wed Feb 23 01:17:48 2005
+++ pearweb/include/pear-config.php     Wed Feb 23 01:20:26 2005
@@ -14,7 +14,7 @@
  * @category  pearweb
  * @copyright Copyright (c) 1997-2005 The PHP Group
  * @license   http://www.php.net/license/3_0.txt  PHP License
- * @version   $Id: pear-config.php,v 1.32 2005/02/23 06:17:48 cellog Exp $
+ * @version   $Id: pear-config.php,v 1.33 2005/02/23 06:20:26 cellog Exp $
  */
 
 if (isset($_ENV['PEAR_CHANNELNAME'])) {
@@ -61,6 +61,17 @@
      */
     define('PEAR_ANNOUNCE_EMAIL', 'pear-dev@xxxxxxxxxxxxx');
 }
+if (isset($_ENV['PEAR_GENERAL_EMAIL'])) {
+    /**
+     * @ignore
+     */
+    define('PEAR_GENERAL_EMAIL', $_ENV['PEAR_GENERAL_EMAIL']);
+} else {
+    /**
+     * The channel webmaster email
+     */
+    define('PEAR_GENERAL_EMAIL', 'pear-general@xxxxxxxxxxxxx');
+}
 if (isset($_ENV['PEAR_CHANNEL_SUMMARY'])) {
     /**
      * @ignore




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>