|
From: Florin C B. <ory...@us...> - 2013-06-17 15:25:34
|
Update of /cvsroot/mxbb/mx_contact/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8299 Modified Files: admin_contact.php admin_contact_log.php admin_mass_mail.php admin_mass_newsletter.php Log Message: Index: admin_mass_mail.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/admin/admin_mass_mail.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** admin_mass_mail.php 29 Dec 2011 05:51:52 -0000 1.14 --- admin_mass_mail.php 17 Jun 2013 15:25:31 -0000 1.15 *************** *** 23,29 **** $def_size = 1; - @define('IN_PHPBB', 1); - @define('IN_PORTAL', 1); - if( !empty($setmodules) ) { --- 23,26 ---- Index: admin_contact_log.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/admin/admin_contact_log.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_contact_log.php 4 Oct 2008 07:44:53 -0000 1.3 --- admin_contact_log.php 17 Jun 2013 15:25:31 -0000 1.4 *************** *** 20,25 **** ***************************************************************************/ - define( 'IN_PORTAL', 1 ); - if ( !empty( $setmodules ) ) { --- 20,23 ---- Index: admin_mass_newsletter.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/admin/admin_mass_newsletter.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** admin_mass_newsletter.php 17 Apr 2011 08:37:06 -0000 1.14 --- admin_mass_newsletter.php 17 Jun 2013 15:25:31 -0000 1.15 *************** *** 24,30 **** $def_size = 1; - define('IN_PHPBB', 1); - define('IN_PORTAL', 1); - if( !empty($setmodules) ) { --- 24,27 ---- Index: admin_contact.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/admin/admin_contact.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_contact.php 25 Dec 2008 18:19:06 -0000 1.6 --- admin_contact.php 17 Jun 2013 15:25:31 -0000 1.7 *************** *** 11,16 **** ***************************************************************************/ - define( 'IN_PORTAL', 1 ); - if ( !empty( $setmodules ) ) { --- 11,14 ---- |