From: timeless%mozdev.org <> Date: Tue, 14 Mar 2006 15:46:03 +0000 (+0000) Subject: Fixing POD markup X-Git-Tag: bugzilla-2.20.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e6e5166aa1c24d19f6063ee8974dd2cbf3ff60;p=thirdparty%2Fbugzilla.git Fixing POD markup r=wicked a=justdave --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 226c1e15c9..f28669bfe5 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1353,7 +1353,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.