|
From: FlorinCB <ory...@us...> - 2008-11-05 23:05:51
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27656 Modified Files: mx_functions_style.php Log Message: constant redefinition fixed Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -d -r1.107 -r1.108 *** mx_functions_style.php 1 Nov 2008 18:00:59 -0000 1.107 --- mx_functions_style.php 5 Nov 2008 23:05:42 -0000 1.108 *************** *** 971,975 **** { case 'internal': ! define(TEMPLATE_CONFIG, TRUE); break; case 'phpbb2': --- 971,975 ---- { case 'internal': ! @define(TEMPLATE_CONFIG, TRUE); break; case 'phpbb2': *************** *** 1076,1080 **** $images['voting_graphic'] = $this->images('voting_graphic'); ! define('TEMPLATE_CONFIG', TRUE); break; --- 1076,1080 ---- $images['voting_graphic'] = $this->images('voting_graphic'); ! @define('TEMPLATE_CONFIG', TRUE); break; |