|
From: Jon O. <jon...@us...> - 2007-09-13 13:20:53
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5073 Modified Files: mx_functions_style.php Log Message: mxt. removed for internal mode Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** mx_functions_style.php 13 Sep 2007 13:14:56 -0000 1.20 --- mx_functions_style.php 13 Sep 2007 13:20:48 -0000 1.21 *************** *** 746,750 **** WHERE portal_backend = '" . PORTAL_BACKEND . "' AND themes_id = " . (int) $style; - break; case 'phpbb2': --- 746,749 ---- *************** *** 783,787 **** WHERE portal_backend = '" . PORTAL_BACKEND . "' AND themes_id = " . (int) $style; - break; case 'phpbb2': --- 782,785 ---- |