summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9aeff27)
raw | patch | inline | side by side (parent: 9aeff27)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Jan 2008 08:04:56 +0000 (08:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 16 Jan 2008 08:04:56 +0000 (08:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8380 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 346699bad1097b73fc8fb4655b2598460299b984..3194ffabbe15eb9e38b22cc2a2fff9a332f57268 100644 (file)
}
/* Remove tags that may already be here... */
- remove_objectClass("gosaAdministrativeUnitTag", &$at);
+ $this->remove_objectClass("gosaAdministrativeUnitTag", &$at);
if (isset($at['gosaUnitTag'])){
unset($at['gosaUnitTag']);
}