Improved export by not writing empty elements.
[timetracker.git] / WEB-INF / lib / ttRoleHelper.class.php
index 53fe571..fc9a4c1 100644 (file)
@@ -314,7 +314,7 @@ class ttRoleHelper {
     return false;
   }
 
-  // copyRoles copies roles from one group to another.
+  // copyRolesToGroup copies roles from current on behalf group to another.
   static function copyRolesToGroup($group_id) {
     global $user;
     $mdb2 = getConnection();