]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttRoleHelper.class.php
A bit of refactoring.
[timetracker.git] / WEB-INF / lib / ttRoleHelper.class.php
index f36427afa3ce4fe24de48d211c8d80a4dc722211..9dce54885b742d665bff252a3f362dd205560803 100644 (file)
@@ -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();