From: hickert Date: Tue, 20 Dec 2005 07:33:38 +0000 (+0000) Subject: Updated ogw X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cd4697e1099348d0f7c4c5427b90b640513eb249;p=gosa.git Updated ogw git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2349 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_opengwAccount.inc b/plugins/personal/connectivity/class_opengwAccount.inc index b82c905b1..b11e24abc 100644 --- a/plugins/personal/connectivity/class_opengwAccount.inc +++ b/plugins/personal/connectivity/class_opengwAccount.inc @@ -112,7 +112,7 @@ class opengwAccount extends plugin $smarty->assign($ar,array()); } $smarty->assign("OGWstate"," disabled "); - foreach(array("LocationTeam","TemplateUser","is_locked","validTeams","opengwAccount") as $ar){ + foreach(array("LocationTeam","TemplateUser","is_locked","validTeams","opengwAccount","is_account") as $ar){ $smarty->assign($ar,""); $smarty->assign($ar."CHK",""); $smarty->assign($ar."ACL"," disabled ");