From b0175f9ee4f13fb02eaa103b6e903f683dcc46d2 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 10 Aug 2006 05:25:23 +0000 Subject: [PATCH] Added gotoHotplugDevice to list of attributes git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4452 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/environment/class_environment.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index a780be333..dd73c2fec 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -63,7 +63,7 @@ class environment extends plugin var $CopyPasteVars = array("gotoHotplugDevices","newKioskProfiles","gotoAvailableShares","gotoShareSelections","gotoPrinterSel","gotoProfileFlag_L","gotoXResolutions","gotoProfileFlag_C","gotoProfileServers","useProfile","is_group","in_dialog","OrigCn"); - var $attributes = array("uid","gotoProfileServer","gotoProfileFlags", + var $attributes = array("uid","gotoProfileServer","gotoProfileFlags","gotoHotplugDevice", "gotoXResolution","gotoProfileQuota", "gotoLogonScripts","gotoLogonScript", "gotoPrinter", "gosaDefaultPrinter", @@ -820,7 +820,7 @@ class environment extends plugin $ldap->cd($this->dn); $this->cleanup(); - $ldap->modify ($this->attrs); + $ldap->modify ($this->attrs); show_ldap_error($ldap->get_error(), _("Removing environment information failed")); -- 2.30.2