X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fff7786bd4be1a6de9b200a8b546493b9bb739e5..7905a1bf102ca6b3cef20dad2d249f415c614eeb:/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;