summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8849b2c)
raw | patch | inline | side by side (parent: 8849b2c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Nov 2006 06:42:16 +0000 (06:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Nov 2006 06:42:16 +0000 (06:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5167 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/class_termgroup.inc | patch | blob | history |
index c54ac36c3778a9fc6b7ba9d34589aeac5577a30d..03d76d20a84f6f33705dc442b41567860abc20dc 100644 (file)
function update_term_member_FAIstate($act)
{
/* Get required informations */
- $og = $this->parent->by_object['ogroup'];
- $allobs= $og->allobjects;
+ $og = $this->parent->by_object['ogroup'];
+ $allobs= $og->objcache;
/* Get correct value for FAIstate */
$action= $this->mapActions[$act];