|
From: Jon O. <jon...@us...> - 2007-04-28 20:04:39
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/admin In directory sc8-pr-cvs16:/tmp/cvs-serv28146/admin Modified Files: admin_auth_manage.php admin_cat_manage.php Log Message: fixes Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_cat_manage.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_cat_manage.php 15 Feb 2007 12:43:44 -0000 1.1 --- admin_cat_manage.php 28 Apr 2007 20:04:35 -0000 1.2 *************** *** 124,130 **** // $cat_rowset['auth_view'] = 0; ! $cat_rowset['auth_post'] = 1; ! $cat_rowset['auth_edit'] = 1; ! $cat_rowset['auth_delete'] = 2; $cat_rowset['auth_approval'] = 0; $cat_rowset['auth_approval_edit'] = 0; --- 124,130 ---- // $cat_rowset['auth_view'] = 0; ! $cat_rowset['auth_post'] = 3; ! $cat_rowset['auth_edit'] = 3; ! $cat_rowset['auth_delete'] = 3; $cat_rowset['auth_approval'] = 0; $cat_rowset['auth_approval_edit'] = 0; Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_auth_manage.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_auth_manage.php 15 Feb 2007 12:43:44 -0000 1.1 --- admin_auth_manage.php 28 Apr 2007 20:04:35 -0000 1.2 *************** *** 72,76 **** 'L_IS_MODERATOR' => $lang['Is_Moderator'], ! 'S_ALBUM_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=auth_manage&cat_id=$cat_id" ), )); --- 72,76 ---- 'L_IS_MODERATOR' => $lang['Is_Moderator'], ! 'S_ACTION' => append_sid( "admin_bugsbt.$phpEx?action=auth_manage&cat_id=$cat_id" ), )); |