|
From: FlorinCB <ory...@us...> - 2008-10-07 00:16:22
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8810 Modified Files: mx_functions_emailer.php Log Message: mx emailer Index: mx_functions_emailer.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_emailer.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_functions_emailer.php 7 Oct 2008 00:10:14 -0000 1.1 --- mx_functions_emailer.php 7 Oct 2008 00:12:00 -0000 1.2 *************** *** 216,220 **** if (!defined('SMTP_INCLUDED')) { ! include($mx_root_path . 'includes/shared/phpbb2/includes/smtp.' . $phpEx); } --- 216,220 ---- if (!defined('SMTP_INCLUDED')) { ! include($mx_root_path . 'includes/mx_functions_smtp.' . $phpEx); } |