summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-26 23:09:47 +0200
committerlpsolit%gmail.com <>2005-07-26 23:09:47 +0200
commitda69ce2b6f53856aef539cff334cd864af1b57b8 (patch)
tree77967af86337d4155888cbb8eb990dd916b77f66 /Bugzilla/User.pm
parent80d8289eae009f7170a7f6152ec7ededa6907bcf (diff)
downloadbugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.gz
bugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.xz
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index 9f88c8aac..f9efcd248 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -1283,6 +1283,8 @@ L<Bugzilla-E<gt>user|Bugzilla/"user">.
=head1 CONSTANTS
+=over
+
=item C<USER_MATCH_MULTIPLE>
Returned by C<match_field()> when at least one field matched more than
@@ -1303,6 +1305,8 @@ user.
Passed in to match_field to tell match_field to never display a
confirmation screen.
+=back
+
=head1 METHODS
=over 4
@@ -1565,11 +1569,11 @@ for flag mail.
=head1 CLASS FUNCTIONS
-=over4
-
These are functions that are not called on a User object, but instead are
called "statically," just like a normal procedural function.
+=over 4
+
=item C<insert_new_user>
Creates a new user in the database.