|
From: FlorinCB <ory...@us...> - 2008-10-14 04:47:00
|
Update of /cvsroot/mxbb/core/modules/mx_users/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20838 Modified Files: admin_groupcp.php admin_prune_users.php admin_userlist.php Log Message: Index: admin_prune_users.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_users.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_prune_users.php 30 Sep 2008 07:04:54 -0000 1.4 --- admin_prune_users.php 14 Oct 2008 04:46:52 -0000 1.5 *************** *** 346,351 **** { ! include($phpbb_root_path . 'includes/emailer.'.$phpEx); ! $emailer = new emailer($board_config['smtp_delivery']); $emailer->from($board_config['board_email']); --- 346,351 ---- { ! include($mx_root_path . 'includes/mx_functions_emailer.'.$phpEx); ! $emailer = new mx_emailer($board_config['smtp_delivery']); $emailer->from($board_config['board_email']); Index: admin_groupcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_groupcp.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_groupcp.php 30 Sep 2008 07:04:54 -0000 1.6 --- admin_groupcp.php 14 Oct 2008 04:46:52 -0000 1.7 *************** *** 727,732 **** $group_name = $group_name_row['group_name']; ! include($phpbb_root_path . 'includes/emailer.'.$phpEx); ! $emailer = new emailer($board_config['smtp_delivery']); $emailer->from($board_config['board_email']); --- 727,732 ---- $group_name = $group_name_row['group_name']; ! include($mx_root_path . 'includes/mx_functions_emailer.'.$phpEx); ! $emailer = new mx_emailer($board_config['smtp_delivery']); $emailer->from($board_config['board_email']); Index: admin_userlist.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_userlist.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_userlist.php 30 Sep 2008 07:04:55 -0000 1.4 --- admin_userlist.php 14 Oct 2008 04:46:52 -0000 1.5 *************** *** 554,559 **** $group_id = $mx_request_vars->post(POST_GROUPS_URL, MX_TYPE_INT); ! include($phpbb_root_path . 'includes/emailer.'.$phpEx); ! $emailer = new emailer($board_config['smtp_delivery']); $i = 0; --- 554,559 ---- $group_id = $mx_request_vars->post(POST_GROUPS_URL, MX_TYPE_INT); ! include($mx_root_path . 'includes/mx_functions_emailer.'.$phpEx); ! $emailer = new mx_emailer($board_config['smtp_delivery']); $i = 0; |