diff options
author | 2012-07-25 17:38:02 -0400 | |
---|---|---|
committer | 2012-07-25 17:38:02 -0400 | |
commit | 51ad03ebec0a042161dde0aefa937854d259ef02 (patch) | |
tree | 82e7398822e55e625460d8202bef682b234cad9a /Bugzilla | |
parent | Bumping the version post-release (diff) | |
download | bugzilla-51ad03ebec0a042161dde0aefa937854d259ef02.tar.gz bugzilla-51ad03ebec0a042161dde0aefa937854d259ef02.tar.bz2 bugzilla-51ad03ebec0a042161dde0aefa937854d259ef02.zip |
Bug 776103 - Syntax error in Bugzilla::User::Setting API doc
r/a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/User/Setting.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/User/Setting.pm b/Bugzilla/User/Setting.pm index 7a6c72fd3..cccf31a4d 100644 --- a/Bugzilla/User/Setting.pm +++ b/Bugzilla/User/Setting.pm @@ -390,10 +390,10 @@ Description: Determines if a given setting exists in the database. Params: C<$setting_name> - string - the setting name Returns: boolean - true if the setting already exists in the DB. -=back - =end private +=back + =head1 METHODS =over 4 |