X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttClientHelper.class.php;h=7105595d830f8112cbda16dd1a79c82089965097;hb=c86692ad2fdb0bb7c1c0624eda8ed20054493d1d;hp=1974401cfa1be83c2bfb3a9df5d21625126d2754;hpb=fff7786bd4be1a6de9b200a8b546493b9bb739e5;p=timetracker.git 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;