From: justdave%bugzilla.org <> Date: Thu, 3 Mar 2005 13:28:42 +0000 (+0000) Subject: Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs X-Git-Tag: bugzilla-2.19.3~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d2e9fddc55b47bc9df5f5d60acac9f86d13183;p=thirdparty%2Fbugzilla.git Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs r=mkanat, a=justdave --- diff --git a/Bugzilla.pm b/Bugzilla.pm index e876396083..0deb6e16e5 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -241,7 +241,7 @@ or should be something which is globally required by a large ammount of code =head1 METHODS -Note that all C functionailty is method based; use Cdbh> +Note that all C functionality is method based; use Cdbh> rather than C. Nothing cares about this now, but don't rely on that. @@ -288,7 +288,7 @@ Bugzilla::User instance. =item C -Essentially, causes calls to Cuser> to return C. This has the +Essentially, causes calls to Cuser> to return C. This has the effect of logging out a user for the current request only; cookies and database sessions are left intact. diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index b17b638d1a..0408366163 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1155,7 +1155,7 @@ internally, such code must call this method to flush the cached result. Returns a hashref of group names for groups the user is a member of. The keys are the names of the groups, whilst the values are the respective group ids. (This is so that a set of all groupids for groups the user is in can be -obtained by Cgroups})>.) +obtained by Cgroups})>.) =item C @@ -1169,7 +1169,7 @@ and getting all of the groups would be overkill. Returns a hashref of group names for groups that the user can bless. The keys are the names of the groups, whilst the values are the respective group ids. (This is so that a set of all groupids for groups the user can bless can be -obtained by Cbless_groups})>.) +obtained by Cbless_groups})>.) =item C