Code

Added class scalixGroup to scalixAccount file.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Oct 2008 08:21:27 +0000 (08:21 +0000)
committerhickert <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

index 315f4cd9d5462e0e529717a26c53d1a58f4d83ac..e306f8e512aefe589026bfe28193e74de2d70972 100644 (file)
@@ -437,5 +437,13 @@ class scalixAccount extends plugin
   }
 }
 
+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:
 ?>