X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6fad626b400a77e2775397dc9e87960f4d53247c..53171dda875db008bc0ce6da98115dff6b3232e8:/WEB-INF/lib/ttRoleHelper.class.php diff --git a/WEB-INF/lib/ttRoleHelper.class.php b/WEB-INF/lib/ttRoleHelper.class.php index f36427af..9dce5488 100644 --- a/WEB-INF/lib/ttRoleHelper.class.php +++ b/WEB-INF/lib/ttRoleHelper.class.php @@ -173,7 +173,7 @@ class ttRoleHelper { return $last_id; } - // createPredefinedRoles - creates a set of predefined roles for the team to use. + // createPredefinedRoles - creates a set of predefined roles for a group to use. static function createPredefinedRoles($group_id, $lang) { // We need localized role names and a new I18n object to obtain them. @@ -234,7 +234,7 @@ class ttRoleHelper { return true; } - // createDefaultRoles - creates a set of predefined roles for the team to use. + // createDefaultRoles - creates a set of predefined roles for a group to use. static function createDefaultRoles() { $mdb2 = getConnection();