From: hickert Date: Wed, 28 Mar 2007 10:34:58 +0000 (+0000) Subject: Applied fix from ticket #23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=46c4ab977ffe436747b72a10d4e02b384b392c1b;p=gosa.git Applied fix from ticket #23 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5913 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 9c2676155..f69065f39 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -1248,6 +1248,16 @@ class environment extends plugin 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()