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