diff options
author | mkanat%bugzilla.org <> | 2006-09-05 01:36:04 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-05 01:36:04 +0200 |
commit | 20e324c68eb1063c6ea8cf35a51f24a02abefb5b (patch) | |
tree | 217fb0229bb3747a2e541318e44cc005137015af | |
parent | 1925d1ab4f0fb76e6408c0961ac334cf310e1799 (diff) | |
download | bugzilla-20e324c68eb1063c6ea8cf35a51f24a02abefb5b.tar.gz bugzilla-20e324c68eb1063c6ea8cf35a51f24a02abefb5b.tar.xz |
Tiny checkin fix for bug 349741 (fixes burning tree).
-rw-r--r-- | Bugzilla/Object.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 833cdcd2f..67fb707e6 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -297,7 +297,7 @@ They must return the validated value. =over -=item C<create($params)> +=item C<create> Description: Creates a new item in the database. Throws a User Error if any of the passed-in params |