projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3cdaaf
)
Fixed a comment.
author
Nik Okuntseff
<support@anuko.com>
Mon, 20 May 2019 21:00:49 +0000
(21:00 +0000)
committer
Nik Okuntseff
<support@anuko.com>
Mon, 20 May 2019 21:00:49 +0000
(21:00 +0000)
WEB-INF/lib/ttUser.class.php
patch
|
blob
|
history
diff --git
a/WEB-INF/lib/ttUser.class.php
b/WEB-INF/lib/ttUser.class.php
index
078d6ec
..
5498a99
100644
(file)
--- a/
WEB-INF/lib/ttUser.class.php
+++ b/
WEB-INF/lib/ttUser.class.php
@@
-525,7
+525,7
@@
class ttUser {
return $groups;
}
- // addGroup is a recursive function to populate a tree of groups, used with getGroupsForDropdown().
+ // addGroup
ToDropdown
is a recursive function to populate a tree of groups, used with getGroupsForDropdown().
function addGroupToDropdown(&$groups, $group_id, $subgroup_level) {
// Add indentation markup to indicate subdirectory level.
for ($i = 0; $i < $subgroup_level; $i++) {