From: timeless%mozdev.org <> Date: Tue, 14 Mar 2006 15:41:21 +0000 (+0000) Subject: Fixing POD markup X-Git-Tag: bugzilla-2.23.1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3a9f4b320a7068a9f776b3e0ea4dad3df3d448;p=thirdparty%2Fbugzilla.git Fixing POD markup r=wicked --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index ec69e0494f..a0aa5bd192 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1438,7 +1438,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.