summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c32fa80)
raw | patch | inline | side by side (parent: c32fa80)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Mar 2007 10:34:58 +0000 (10:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Mar 2007 10:34:58 +0000 (10:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5913 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 9c2676155486316610a9fcf68be6a0b6bd4695de..f69065f399e3fbd9b06b6b8e4004a3e1bc1e2150 100644 (file)
return($a_return);
}
+
+ function saveCopyDialog()
+ {
+ if(isset($_POST['cn'])){
+ $this->cn = $_POST['cn'];
+ $this->uid = $_POST['cn'];
+ }
+ }
+
+
/* Generates ListBox frienly output of used logonscripts
*/
function printOutLogonScripts()