X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2dbf96e395377914a401aa3a635fce1120780b8f..dacd62b3065d38ddbec624d5b7d7306f0b61dd3a:/profile_edit.php diff --git a/profile_edit.php b/profile_edit.php index 412dc629..7f024fe8 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -29,6 +29,7 @@ require_once('initialize.php'); import('form.Form'); import('ttUserHelper'); +import('ttRoleHelper'); // Access check. if (!ttAccessCheck(right_data_entry|right_view_reports)) { @@ -299,6 +300,12 @@ if ($request->isPost()) { $plugins = trim($plugins, ','); + // If we use roles... No, we'll do it differently. + /* + if ($cl_roles && !ttRoleHelper::rolesExist()) { + ttRoleHelper::createDefaultRoles(); + }*/ + // Prepare config string. if ($cl_roles) $config .= ',roles';