summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d4f7f22)
raw | patch | inline | side by side (parent: d4f7f22)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Sep 2006 03:22:08 +0000 (03:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Sep 2006 03:22:08 +0000 (03:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4607 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/class_userManagement.inc | patch | blob | history |
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index 8572894381214addcc681b2e33ce8cb5fe5394be..71ce462ebfb43949331713dc04a4c7953a6426b7 100644 (file)
foreach(array("del" => "user_del", "edit" => "user_edit",
"new" => "user_new",
"new_tpl" => "user_tplnew",
+ "create_user_from_tpl" => "userfrom_tpl",
"change_pw" => "user_chgpw",
"editPaste" => "editPaste", "copy" => "copy",
"cut" => "cut") as $act => $name){
********************/
/* Continue template editing */
- if ((isset($_POST['template_continue']) && $_POST['template'] != 'none' && !isset($_POST['uid']))){
+ if ((isset($_POST['template_continue'])) && ($_POST['template'] != 'none') && (!isset($_POST['uid']))){
$this->sn = $_POST['sn'];
$this->givenName = $_POST['givenName'];