X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttClientHelper.class.php;h=afa7afbd165c0026e337c3514fa0e9ade3841ac6;hb=2bd9983978cf8d6263e27a531aeb33f365667e37;hp=f11edc90f27a08348412f691bfdc0f6d9fb1a6a8;hpb=45c855269d952873285f7a835e82fc2b3eff3971;p=timetracker.git 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();