From 8f6035377a5fd85cbe8b7f4c9285a3c64deaaf80 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 3 Mar 2010 17:15:30 +0000 Subject: [PATCH] removed old style edit method git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16009 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc b/gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc index 0f8cc811e..f76320653 100644 --- a/gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc +++ b/gosa-plugins/scalix/personal/scalix/class_scalixAccount.inc @@ -116,8 +116,6 @@ class scalixAccount extends plugin $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"); @@ -162,7 +160,7 @@ class scalixAccount extends plugin "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 */ -- 2.30.2