summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a3c6a5)
raw | patch | inline | side by side (parent: 4a3c6a5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 17:15:30 +0000 (17:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 17:15:30 +0000 (17:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16009 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc b/gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc
index 0f8cc811ee932bbdbf50428a8a6d3bceb6f75090..f76320653d33c320eab85f286645ef8aafa0e3f0 100644 (file)
$this->is_account= !$this->is_account;
}
- $ReadOnly = !session::is_set("edit") && !isset($this->parent);
-
/* Show main page */
$mailboxClasses = array("", "LIMITED", "FULL");
$serverLanguages= array("", "GERMAN", "ENGLISH");
"scalixLimitInboundMail", "scalixLimitNotifyUser", "scalixHideUserEntry", "scalixMailboxClass") as $val){
$smarty->assign("$val", $this->$val);
- $smarty->assign("$val"."ACL", $this->getacl($val, $ReadOnly));
+ $smarty->assign("$val"."ACL", $this->getacl($val));
}
/* Fill checkboxes */