From: Nik Okuntseff Date: Tue, 5 Mar 2019 21:26:56 +0000 (+0000) Subject: Cosmetic comment fix. X-Git-Tag: timetracker_1.19-1~217 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c86692ad2fdb0bb7c1c0624eda8ed20054493d1d;p=timetracker.git Cosmetic comment fix. --- 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;