X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fff7786bd4be1a6de9b200a8b546493b9bb739e5..6264e86f9344d8f74aacaea0c4ccc6f26de3ae52:/WEB-INF/lib/ttClientHelper.class.php diff --git a/WEB-INF/lib/ttClientHelper.class.php b/WEB-INF/lib/ttClientHelper.class.php index 1974401c..7105595d 100644 --- a/WEB-INF/lib/ttClientHelper.class.php +++ b/WEB-INF/lib/ttClientHelper.class.php @@ -339,7 +339,7 @@ class ttClientHelper { return true; } - // deleteProject - deletes a project from the projects field in tt_clients table + // deleteProjectFromClient - deletes a project from the projects field in tt_clients table // for a single client in a group. static function deleteProjectFromClient($project_id, $client_id) { global $user;