From 378972cb6b9e7d36aab2db4fbff9d49362ed7e0c Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 25 Mar 2003 15:02:35 +0000 Subject: [PATCH] board_email becomes board_contact, board_email is now intended for use in "From:" and "Reply-to:" ... board_contact to be used where a "user facing" contact point is needed, e.g. spam, errors, etc. git-svn-id: file:///svn/phpbb/trunk@3722 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 77a0812861..6a73019dfe 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -929,7 +929,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline) echo 'th { background-image: url(\'' . $phpbb_root_path . 'adm/images/cellpic3.gif\') }' . "\n"; echo 'td.cat { background-image: url(\'' . $phpbb_root_path . 'adm/images/cellpic1.gif\') }' . "\n"; echo '' . $msg_title . ''; - echo '
phpBB LogoGeneral Error      


' . $msg_text . '
Please notify the board administrator or webmaster : ' . $config['board_email'] . '

'; + echo '
phpBB LogoGeneral Error      


' . $msg_text . '
Please notify the board administrator or webmaster : ' . $config['board_contact'] . '

'; exit; break;