|
From: FlorinCB <ory...@us...> - 2008-10-14 04:41:51
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20650 Modified Files: mx_functions_tools.php Log Message: Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** mx_functions_tools.php 4 Oct 2008 07:04:25 -0000 1.45 --- mx_functions_tools.php 14 Oct 2008 04:41:42 -0000 1.46 *************** *** 2040,2045 **** // Include and initiate mailer // ! include($phpbb_root_path . 'includes/emailer.'.$phpEx); ! $emailer = new emailer($board_config['smtp_delivery']); // --- 2040,2045 ---- // Include and initiate mailer // ! include($mx_root_path . 'includes/mx_functions_emailer.'.$phpEx); ! $emailer = new mx_emailer($board_config['smtp_delivery']); // |