|
From: FlorinCB <ory...@us...> - 2008-10-22 23:47:36
|
Update of /cvsroot/mxbb/mx_contact In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16753 Modified Files: mx_newsletter.php Log Message: Index: mx_newsletter.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/mx_newsletter.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_newsletter.php 22 Oct 2008 23:45:17 -0000 1.2 --- mx_newsletter.php 22 Oct 2008 23:47:29 -0000 1.3 *************** *** 242,246 **** if($contact_config['contact_permit_attachments'] == 1) { ! require($module_root_path . 'includes/contact_attach'.$phpEx); } // Stage 5 --- 242,246 ---- if($contact_config['contact_permit_attachments'] == 1) { ! require($module_root_path . 'includes/contact_attach.'.$phpEx); } // Stage 5 |