projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff7786
)
Cosmetic comment fix.
author
Nik Okuntseff
<support@anuko.com>
Tue, 5 Mar 2019 21:26:56 +0000
(21:26 +0000)
committer
Nik Okuntseff
<support@anuko.com>
Tue, 5 Mar 2019 21:26:56 +0000
(21:26 +0000)
WEB-INF/lib/ttClientHelper.class.php
patch
|
blob
|
history
diff --git
a/WEB-INF/lib/ttClientHelper.class.php
b/WEB-INF/lib/ttClientHelper.class.php
index
1974401
..
7105595
100644
(file)
--- 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
+ // deleteProject
FromClient
- 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;