|
From: Jon O. <jon...@us...> - 2005-12-08 14:41:59
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31135/modules/mx_navmenu/admin Modified Files: mx_module_defs.php Log Message: - Security patch for 2.0.18 - added custom cache (eg for portal_configs etc) - minor fixes Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/admin/mx_module_defs.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_module_defs.php 23 Oct 2005 18:48:21 -0000 1.11 --- mx_module_defs.php 8 Dec 2005 14:41:48 -0000 1.12 *************** *** 271,274 **** --- 271,275 ---- } + /* // Get the list of phpBB usergroups $sql = "SELECT group_id, group_name *************** *** 285,288 **** --- 286,290 ---- $groupdata[] = $row; } + */ // |