summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df2e17d)
raw | patch | inline | side by side (parent: df2e17d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Oct 2008 08:21:27 +0000 (08:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Oct 2008 08:21:27 +0000 (08:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@12671 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/scalix/class_scalixAccount.inc | patch | blob | history |
diff --git a/plugins/personal/scalix/class_scalixAccount.inc b/plugins/personal/scalix/class_scalixAccount.inc
index 315f4cd9d5462e0e529717a26c53d1a58f4d83ac..e306f8e512aefe589026bfe28193e74de2d70972 100644 (file)
}
}
+class scalixGroup extends scalixAccount
+{
+ var $scalixGroup = TRUE;
+
+ var $attributes = array("scalixMailnode");
+ var $fakeBooleanAttributes= array("scalixHideUserEntry");
+ var $objectclasses = array("scalixGroupClass");
+}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>