From 9cff0de208b240b1ecd8aa4ff9453f62f520fee8 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 25 Apr 2015 22:00:29 -0700 Subject: [PATCH] Correct function's documented return type --- web-lib-funcs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 52e1e2453..e9cec7770 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -6952,7 +6952,7 @@ return $rv; =head2 other_groups(user) Returns a list of secondary groups a user is a member of, as a list of -group names. +group IDs. =cut sub other_groups