mj Mon Aug 30 16:40:39 2004 EDT
Modified files:
/pearweb/include pear-config.php
Log:
* PROPOSAL_MAIL_FROM isn't needed anymore.
http://cvs.php.net/diff.php/pearweb/include/pear-config.php?r1=1.23&r2=1.24&ty=u
Index: pearweb/include/pear-config.php
diff -u pearweb/include/pear-config.php:1.23
pearweb/include/pear-config.php:1.24
--- pearweb/include/pear-config.php:1.23 Tue Jul 20 09:59:28 2004
+++ pearweb/include/pear-config.php Mon Aug 30 16:40:39 2004
@@ -14,7 +14,7 @@
* @category pearweb
* @copyright Copyright (c) 1997-2004 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: pear-config.php,v 1.23 2004/07/20 13:59:28 danielc Exp $
+ * @version $Id: pear-config.php,v 1.24 2004/08/30 20:40:39 mj Exp $
*/
if (isset($_SERVER['PEAR_TMPDIR'])) {
@@ -230,21 +230,6 @@
* before this file is included.
*/
define('PROPOSAL_MAIL_PEAR_GROUP', 'PEAR group <pear-group@xxxxxxx>');
-}
-
-if (isset($_SERVER['PROPOSAL_MAIL_FROM'])) {
- /**
- * @ignore
- */
- define('PROPOSAL_MAIL_FROM', $_SERVER['PROPOSAL_MAIL_FROM']);
-} else {
- /**
- * PEPr: the email address used as the From header
- *
- * To override default, set the value in $_SERVER['PROPOSAL_MAIL_FROM']
- * before this file is included.
- */
- define('PROPOSAL_MAIL_FROM', 'PEPr <pear-sys@xxxxxxx>');
}
/**
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|