X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b8704d54af8a3c22f1c5a9ebe2e58a28678b7442..95356f167c97ca1a70fc78d91a9dbc7b1d258b31:/WEB-INF/lib/ttClientHelper.class.php?ds=inline 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();