|
From: Florin C B. <ory...@us...> - 2014-05-09 07:52:21
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv485 Modified Files: emailer.php Log Message: some fixes to the internal BACKEND, plus some support for other backends compatible in the future versions Index: emailer.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb2/includes/emailer.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** emailer.php 6 Jan 2010 19:40:39 -0000 1.6 --- emailer.php 9 May 2014 07:52:17 -0000 1.7 *************** *** 258,263 **** case 'internal': case 'phpbb3': ! if (!$board_config['board_email']) { --- 258,267 ---- case 'internal': + case 'smf2': + case 'mybb': case 'phpbb3': ! case 'olympus': ! case 'ascraeus': ! case 'rhea': if (!$board_config['board_email']) { |