From: hickert Date: Tue, 7 Aug 2007 10:07:08 +0000 (+0000) Subject: Removed unused language attribute gosaDefaultLanguage X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0de68d6c535c2f96bb1523b015a648866f3f3719;p=gosa.git Removed unused language attribute gosaDefaultLanguage git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6982 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index f2155b2f1..8cd19aed0 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -29,7 +29,6 @@ class posixAccount extends plugin var $shadowInactive= "0"; var $shadowExpire= "0"; var $gosaDefaultPrinter= ""; - var $gosaDefaultLanguage= ""; var $accessTo= array(); var $trustModel= ""; @@ -65,7 +64,7 @@ class posixAccount extends plugin var $CopyPasteVars = array("grouplist","groupMembership","use_shadowMin","use_shadowMax","use_shadowWarning","use_shadowInactive","use_shadowExpire","must_change_password","grouplist","savedGidNumber","savedUidNumber"); var $attributes = array("homeDirectory", "loginShell", "uidNumber", "gidNumber", "gecos", "shadowMin", "shadowMax", "shadowWarning", "shadowInactive", "shadowLastChange", - "shadowExpire", "gosaDefaultPrinter", "gosaDefaultLanguage", "uid","accessTo","trustModel"); + "shadowExpire", "gosaDefaultPrinter", "uid","accessTo","trustModel"); var $objectclasses= array("posixAccount", "shadowAccount"); var $uid =""; @@ -498,7 +497,6 @@ class posixAccount extends plugin } else { $smarty->assign("groups", ""); } - $smarty->assign("languages", $this->config->data['MAIN']['LANGUAGES']); /* Avoid "Undefined index: forceMode" */ $smarty->assign("forceMode", "");