From: timeless%mozdev.org <> Date: Tue, 14 Mar 2006 15:45:54 +0000 (+0000) Subject: Fixing POD markup X-Git-Tag: bugzilla-2.22~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a4f451ba9233a9b6c7b1b0b0e91e203e89a4d9;p=thirdparty%2Fbugzilla.git Fixing POD markup r=wicked a=justdave --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index baf67f6983..c34239b0ff 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1470,7 +1470,7 @@ confirmation screen. =item C -Creates a new C{Bugzilla::User> object for the given user id. If no user +Creates a new C object for the given user id. If no user id was given, a blank object is created with no user attributes. If an id was given but there was no matching user found, undef is returned.