diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-07-25 23:43:15 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-25 23:43:15 +0200 |
commit | 2221e3b6deffa487abdd317005a799eb7ce89e24 (patch) | |
tree | e27e6c879c0950f586211bba0ee710f91e002a12 | |
parent | 35e583d3b3ca622ab0288e0a64985b720aa30009 (diff) | |
download | bugzilla-2221e3b6deffa487abdd317005a799eb7ce89e24.tar.gz bugzilla-2221e3b6deffa487abdd317005a799eb7ce89e24.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 9d8ac2953..2f5870d69 100644 --- a/Bugzilla/User/Setting.pm +++ b/Bugzilla/User/Setting.pm @@ -379,10 +379,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 |