summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56ca9fc)
raw | patch | inline | side by side (parent: 56ca9fc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Jan 2007 10:27:44 +0000 (10:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Jan 2007 10:27:44 +0000 (10:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5593 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/class_termgroup.inc | patch | blob | history |
index eb152e1e12b1b3a573493ba9660cf041cf0af979..3d9a69b5603c6b336972758f9925f25318a577a9 100644 (file)
{
/* Get required informations */
$og = $this->parent->by_object['ogroup'];
- $allobs = $og->allobjects;
+ $allobs = $og->objcache;
/* Get correct value for FAIstate */
$action = $this->mapActions[$act];
$ldap->cd ($this->config->current['BASE']);
/* Foreach member of mthis ogroup ... */
- foreach($og->mem as $key ){
+ foreach($og->member as $key ){
/* check objectClasses and create attributes array */
$attrs = array("FAIstate"=>$action);