]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix POD for visible_groups_as_string(), see bug 284264 - r=mkanat on IRC
authorlpsolit%gmail.com <>
Sat, 9 Aug 2008 11:22:49 +0000 (11:22 +0000)
committerlpsolit%gmail.com <>
Sat, 9 Aug 2008 11:22:49 +0000 (11:22 +0000)
Bugzilla/User.pm

index 5a448434b88fc71714c0e8fe0be7d459707271f1..6029c26a39299b09a64d55289dc8b1ff0c418a69 100644 (file)
@@ -2005,7 +2005,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>