From: Nik Okuntseff Date: Mon, 20 May 2019 21:00:49 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: timetracker_1.19-1~20 X-Git-Url: http://wagnertech.de/git?p=timetracker.git;a=commitdiff_plain;h=f504e16303445771d7f069ed49a5a29bbd7ef737 Fixed a comment. --- diff --git a/WEB-INF/lib/ttUser.class.php b/WEB-INF/lib/ttUser.class.php index 078d6eca..5498a996 100644 --- 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(). + // addGroupToDropdown 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++) {