X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9b51878cb6636d768f5938615090c67f397a6558..80d8ba7ca7444b575edc4930ee45e46dca66144b:/group_edit.php diff --git a/group_edit.php b/group_edit.php index 9c4cf369..872fe148 100644 --- a/group_edit.php +++ b/group_edit.php @@ -65,7 +65,7 @@ if ($request->isPost()) { $cl_bcc_email = trim($request->getParameter('bcc_email')); $cl_allow_ip = trim($request->getParameter('allow_ip')); } else { - $cl_group = $user->group; + $cl_group = $user->group_name; $cl_currency = ($user->currency == ''? CURRENCY_DEFAULT : $user->currency); $cl_lang = $user->lang; $cl_decimal_mark = $user->decimal_mark; @@ -222,6 +222,6 @@ if ($request->isPost()) { $smarty->assign('auth_external', $auth->isPasswordExternal()); $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="handleTaskRequiredCheckbox(); handlePluginCheckboxes();"'); -$smarty->assign('title', $i18n->get('title.group')); +$smarty->assign('title', $i18n->get('title.edit_group')); $smarty->assign('content_page_name', 'group_edit.tpl'); $smarty->display('index.tpl');