diff options
author | lpsolit%gmail.com <> | 2008-08-09 13:20:46 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-09 13:20:46 +0200 |
commit | ea62850f3561bcb4266925016a4a8dae48a19b55 (patch) | |
tree | ca58f0492f573b6ec0d23e6f89c6dab4ef25d3c9 /Bugzilla | |
parent | 5f6177bf69040fb66acf7327300144c556e169ba (diff) | |
download | bugzilla-ea62850f3561bcb4266925016a4a8dae48a19b55.tar.gz bugzilla-ea62850f3561bcb4266925016a4a8dae48a19b55.tar.xz |
Fix POD for visible_groups_as_string(), see bug 284264 - r=mkanat on IRC
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/User.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 9bd5b9e9f..6db462720 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -2033,7 +2033,7 @@ Returns a list of groups that the user is aware of. =item C<visible_groups_as_string> -Returns the result of C<visible_groups_direct> as a string (a comma-separated +Returns the result of C<visible_groups_inherited> as a string (a comma-separated list). =item C<product_responsibilities> |