X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45c855269d952873285f7a835e82fc2b3eff3971..c83e33b75d24c71b29df94a061e79a3079f7fe12:/WEB-INF/lib/ttClientHelper.class.php?ds=sidebyside diff --git a/WEB-INF/lib/ttClientHelper.class.php b/WEB-INF/lib/ttClientHelper.class.php index f11edc90..afa7afbd 100644 --- a/WEB-INF/lib/ttClientHelper.class.php +++ b/WEB-INF/lib/ttClientHelper.class.php @@ -51,7 +51,7 @@ class ttClientHelper { return false; } - // getClients - returns an array of active and inactive clients in a team. + // getClients - returns an array of active and inactive clients in a group. static function getClients() { global $user; @@ -241,7 +241,7 @@ class ttClientHelper { return (!is_a($affected, 'PEAR_Error')); } - // The setMappedClient function is used during team import to change client_id value for tt_users to a mapped value. + // The setMappedClient function is used during group import to change client_id value for tt_users to a mapped value. static function setMappedClient($group_id, $imported_id, $mapped_id) { $mdb2 = getConnection();