|
From: FlorinCB <ory...@us...> - 2008-10-06 00:58:38
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/modules In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9702 Modified Files: album_upload.php Log Message: fix Index: album_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/modules/album_upload.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** album_upload.php 1 Sep 2008 01:11:49 -0000 1.5 --- album_upload.php 6 Oct 2008 00:58:32 -0000 1.6 *************** *** 1321,1326 **** $db->sql_freeresult($result); ! ! include_once($phpbb_root_path . 'includes/emailer.'.$phpEx); $email_headers = 'From: ' . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n"; --- 1321,1326 ---- $db->sql_freeresult($result); ! ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/emailer.' . $phpEx); $email_headers = 'From: ' . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n"; |