X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_team_add.php;h=08a1931176818c16bb64d42c47247e8ad91ec8fd;hb=f340e538c5e269b9035905e808220a5683b079c4;hp=6626a8d8283148475b2ac1292df9f1cc5036da9b;hpb=e4c40a490a8c9477cab1d41b786aa7aaa5e930d6;p=timetracker.git diff --git a/admin_team_add.php b/admin_team_add.php index 6626a8d8..08a19311 100644 --- a/admin_team_add.php +++ b/admin_team_add.php @@ -107,7 +107,6 @@ if ($request->isPost()) { // Team created, now create a team manager. $user_id = ttUserHelper::insert(array( 'team_id' => $team_id, - 'role' => ROLE_MANAGER, 'role_id' => $role_id, 'name' => $cl_manager_name, 'login' => $cl_manager_login,