summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59a77a5)
raw | patch | inline | side by side (parent: 59a77a5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 13:19:01 +0000 (13:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 13:19:01 +0000 (13:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17521 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_acl.inc | patch | blob | history |
index fc3f4224aba5b9a4f64ca09ff11edfa2bada9b95..a3283dfa26e43deb868ee6aa7f3421b8edff474d 100644 (file)
$data[] = postEncode($dn);
$lData[] = array('data'=>array($option, $values['cn'], $values['description']));
}
- print_a($list);
$this->roleList->setListData($data,$lData);
$this->roleList->update();
return($this->roleList->render());