summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd2c688)
raw | patch | inline | side by side (parent: bd2c688)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 10:38:45 +0000 (10:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 10:38:45 +0000 (10:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3753 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 3ade4912eedfc50a104a3ef426d27352a52fc11f..4132771b48a963cde6528fd5e8cafa49b5df3eaf 100644 (file)
$once = false;
$key = preg_replace("/^gotoShareDel_/","",$name);
$key = preg_replace("/_+[xy]$/","",$key);
+ $key = preg_replace("/_/", ".", $key);
if(isset($this->gotoShares[$key])) {
unset($this->gotoShares[$key]);
}
$once = false;
$key = preg_replace("/^gotoShareResetPwd_/","",$name);
$key = preg_replace("/_+[xy]$/","",$key);
+ $key = preg_replace("/_/", ".", $key);
$this->gotoShares[$key]['PwdHash'] = "";
}
}