X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2ffa361a7610cbd1334754da314e4783226df689..a8a191541d6f05b08bd8331bdf409af5abfac896:/admin_team_add.php diff --git a/admin_team_add.php b/admin_team_add.php index 6d5bc84f..6a8b05d5 100644 --- a/admin_team_add.php +++ b/admin_team_add.php @@ -81,9 +81,10 @@ $form->addInput(array('type'=>'text','maxlength'=>'100','name'=>'manager_email', $form->addInput(array('type'=>'submit','name'=>'btn_submit','value'=>$i18n->get('button.submit'))); if ($request->isPost()) { + /* * Note: creating a group by admin is pretty much the same as self-registration, - * except that created_by gields for group and user must be set to admin account. + * except that created_by fields for group and user must be set to admin account. * Therefore, we'll reuse ttRegistrator instance to create a group here * and override created_by fields using ttRegistrator::setCreatedBy() function. */