Code

gotoKioskProfile wasn't saved
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Feb 2006 11:29:29 +0000 (11:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Feb 2006 11:29:29 +0000 (11:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2690 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_environment.inc

index bea0e0e457245ab2b6a38cf95b2cec6fecf62fb6..adfd3495e977e0c24d35328e42adef068b7d0747 100644 (file)
@@ -877,7 +877,6 @@ $ldap->modify ($this->attrs);
       /* Save changes */
       $ldap->cd($attr['dn']);
       unset($attr['dn']);
-      $this->cleanup();
 $ldap->modify ($attr); 
 
       if($ldap->get_error()!="Success"){
@@ -949,7 +948,6 @@ $ldap->modify ($attr);
 
       $ldap->cd($attrs['dn']);
       unset($attrs['dn']);
-      $this->cleanup();
 $ldap->modify ($attrs); 
 
       if($ldap->get_error()!="Success"){
@@ -980,7 +978,7 @@ $ldap->modify ($attrs);
     }
 
 
-    $saveThis = array("gotoProfileQuota","gotoXResolution","gotoProfileServer");
+    $saveThis = array("gotoProfileQuota","gotoXResolution","gotoProfileServer","gotoKioskProfile");
   
     foreach($saveThis as $tosave){
       if(!empty($this->$tosave)){