diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-07-25 23:41:02 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-25 23:41:02 +0200 |
commit | 17809fb5f84c17e26f3ff730b4e40f0af0eed710 (patch) | |
tree | c8ece9c19fdf9f004bae69d6badb4e9b6a9f34fc | |
parent | 8f20bef9c6f6137934efc668d64a1ab2fba20c2d (diff) | |
download | bugzilla-17809fb5f84c17e26f3ff730b4e40f0af0eed710.tar.gz bugzilla-17809fb5f84c17e26f3ff730b4e40f0af0eed710.tar.xz |
Bug 776103 - Syntax error in Bugzilla::User::Setting API doc
r/a=LpSolit
-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 78e64c96b..958a95580 100644 --- a/Bugzilla/User/Setting.pm +++ b/Bugzilla/User/Setting.pm @@ -391,10 +391,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 |