summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1260597)
raw | patch | inline | side by side (parent: 1260597)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 May 2006 06:11:56 +0000 (06:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 May 2006 06:11:56 +0000 (06:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3535 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/tabs_ogroups.inc | patch | blob | history |
index 4e989dc52e41a5fa8b9a62449947d576923ba8f5..40ddff87837a1f1e289c2f7f9dbedfa17d9dc707 100644 (file)
require_once("class_mailogroup.inc");
$this->by_name['mailogroup']= _("Mail");
$this->by_object['mailogroup']= new mailogroup($this->config, $this->dn);
+ $this->by_object['mailogroup']->acl = "#all#";
$this->by_object['mailogroup']->parent= &$this;
}
}
if(!isset($this->by_object['termgroup'])){
$this->by_name['termgroup']= _("System");
$this->by_object['termgroup']= new termgroup($this->config, $this->dn);
+ $this->by_object['termgroup']->acl = "#all#";
+ $this->by_object['termgroup']->inheritTimeServer = false;
$this->by_object['termgroup']->parent= &$this;
}
}
$this->by_name['workservice']= _("Devices");
$this->by_object['workservice']= new workservice($this->config, $this->dn);
$this->by_object['workservice']->acl = "#all#";
+ $this->by_object['workservice']->inheritTimeServer = false;
$this->by_object['workservice']->parent= &$this;
}
}