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

This commit is contained in:
zero 2007-03-26 04:55:38 +00:00
parent 930c977b42
commit e595d715ad

View file

@ -330,7 +330,7 @@
if(count($grant_list)) { if(count($grant_list)) {
foreach($grant_list as $key => $val) { foreach($grant_list as $key => $val) {
$group_srls = Context::get($key); $group_srls = Context::get($key);
if($group_srls) $arr_grant[$key] = explode(',',$group_srls); if($group_srls) $arr_grant[$key] = explode('|@|',$group_srls);
} }
$grants = serialize($arr_grant); $grants = serialize($arr_grant);
} }