diff options
author | justdave%bugzilla.org <> | 2005-03-03 13:28:42 +0000 |
---|---|---|
committer | justdave%bugzilla.org <> | 2005-03-03 13:28:42 +0000 |
commit | d0d2e9fddc55b47bc9df5f5d60acac9f86d13183 (patch) | |
tree | f4a371b45ce5159a17d7773d00a14aaf16a8fdcf /Bugzilla.pm | |
parent | Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla:... (diff) | |
download | bugzilla-d0d2e9fddc55b47bc9df5f5d60acac9f86d13183.tar.gz bugzilla-d0d2e9fddc55b47bc9df5f5d60acac9f86d13183.tar.bz2 bugzilla-d0d2e9fddc55b47bc9df5f5d60acac9f86d13183.zip |
Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
r=mkanat, a=justdave
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r-- | Bugzilla.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index e87639608..0deb6e16e 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<Bugzilla> functionailty is method based; use C<Bugzilla->dbh> +Note that all C<Bugzilla> functionality is method based; use C<Bugzilla-E<gt>dbh> rather than C<Bugzilla::dbh>. Nothing cares about this now, but don't rely on that. @@ -288,7 +288,7 @@ Bugzilla::User instance. =item C<logout_request> -Essentially, causes calls to C<Bugzilla->user> to return C<undef>. This has the +Essentially, causes calls to C<Bugzilla-E<gt>user> to return C<undef>. This has the effect of logging out a user for the current request only; cookies and database sessions are left intact. |