|
From: Jon O. <jon...@us...> - 2008-07-12 20:22:33
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20737 Modified Files: mx_functions_phpbb.php Log Message: will remove Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** mx_functions_phpbb.php 11 Jul 2008 23:15:05 -0000 1.75 --- mx_functions_phpbb.php 12 Jul 2008 20:22:29 -0000 1.76 *************** *** 15,1679 **** } - /** - * function mx_acl_getfignore() - * $auth_level_read can be a value or array; - * $ignore_forum_ids can have this sintax: forum_id(1), forum_id(2), ..., forum_is(n); - * 1st test 25.06.2008 by FlorinCB - */ - function mx_acl_getfignore($auth_level_read, $ignore_forum_ids) - { [...1637 lines suppressed...] - 'jumpbox' => 'jumpbox.tpl') - ); - - $template->assign_vars(array( - 'L_GO' => $lang['Go'], - 'L_JUMP_TO' => $lang['Jump_to'], - 'L_SELECT_FORUM' => $lang['Select_forum'], - - 'S_JUMPBOX_SELECT' => $boxstring, - 'S_JUMPBOX_ACTION' => mx_append_sid($action), - 'S_FORUM_COUNT' => $j) - ); - $template->assign_var_from_handle('JUMPBOX', 'jumpbox'); - - return; - } ?> \ No newline at end of file --- 15,19 ---- |