From c86692ad2fdb0bb7c1c0624eda8ed20054493d1d Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Tue, 5 Mar 2019 21:26:56 +0000 Subject: [PATCH] Cosmetic comment fix. --- WEB-INF/lib/ttClientHelper.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1