|
From: Jon O. <jon...@us...> - 2008-02-10 21:27:21
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11257 Modified Files: mx_module_defs.php Log Message: A few bugfixes are recommited :( Updated bbcode tpl syntax (from phpbb 2.0.22) Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/admin/mx_module_defs.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** mx_module_defs.php 9 Feb 2008 19:46:55 -0000 1.33 --- mx_module_defs.php 10 Feb 2008 21:27:17 -0000 1.34 *************** *** 1438,1441 **** --- 1438,1443 ---- } + break; + case MX_MENU_PAGE_TYPE: |