summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d88753c)
raw | patch | inline | side by side (parent: d88753c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Feb 2006 11:29:29 +0000 (11:29 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index bea0e0e457245ab2b6a38cf95b2cec6fecf62fb6..adfd3495e977e0c24d35328e42adef068b7d0747 100644 (file)
/* Save changes */
$ldap->cd($attr['dn']);
unset($attr['dn']);
- $this->cleanup();
$ldap->modify ($attr);
if($ldap->get_error()!="Success"){
$ldap->cd($attrs['dn']);
unset($attrs['dn']);
- $this->cleanup();
$ldap->modify ($attrs);
if($ldap->get_error()!="Success"){
}
- $saveThis = array("gotoProfileQuota","gotoXResolution","gotoProfileServer");
+ $saveThis = array("gotoProfileQuota","gotoXResolution","gotoProfileServer","gotoKioskProfile");
foreach($saveThis as $tosave){
if(!empty($this->$tosave)){