X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttUser.class.php;h=5498a996f1269b69f82bc1397c474722cd3a472b;hb=f504e16303445771d7f069ed49a5a29bbd7ef737;hp=078d6eca8d84d32b0f6ee2ac461851ee2fff29a9;hpb=e3cdaaf8e6b4e5433ec620396e562de1a5dcec10;p=timetracker.git 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++) {