git-svn-id: http://xe-core.googlecode.com/svn/trunk@5 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-07 06:50:46 +00:00
parent 3bf018c5fa
commit 299ee5fecb
6 changed files with 108 additions and 53 deletions

View file

@ -381,7 +381,8 @@
if(count($grant_list)) {
foreach($grant_list as $grant) {
$arr_grant[$grant] = explode(',',Context::get($grant));
$group_srls = Context::get($grant);
if($group_srls) $arr_grant[$grant] = explode(',',Context::get($grant));
}
$grant = serialize($arr_grant);
}