Project

General

Profile

« Previous | Next » 

Revision 1790

Added by Dietmar over 11 years ago

! update group permission,

View differences:

groups_list.inc.php
76 76
		{
77 77
			while($rec_group = $res_groups->fetchRow(MYSQL_ASSOC))
78 78
			{
79
                if( in_array($rec_group['group_id'], explode( ',', $admin->get_session('GROUPS_ID') ) ) ) { continue; }
79 80
				// $tpl->set_var('GROUP_ID', $admin->getIDKEY($rec_group['group_id']));
80 81
				$tpl->set_var('GROUP_ID', $rec_group['group_id']);
81 82
				$tpl->set_var('GROUP_NAME', $rec_group['name']);

Also available in: Unified diff