Code

Added gotoHotplugDevice to list of attributes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Aug 2006 05:25:23 +0000 (05:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Aug 2006 05:25:23 +0000 (05:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4452 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index a780be3331177e6f4bc4aa11578a743973e99f21..dd73c2fecff40dabf6c5c6617103d0ae0c1a8f85 100644 (file)
@@ -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"));