diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-06 19:21:37 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-06 19:21:37 +0200 |
commit | b0b2c0987dfd8226bb1a34c435a7a208190165ab (patch) | |
tree | f5402deb818a47e7c0f1f409c5dde0c82fac7d96 /extensions | |
parent | acaadbdfefd9cf5c42a69356f7da01ff6c12faac (diff) | |
download | bugs-b0b2c0987dfd8226bb1a34c435a7a208190165ab.tar bugs-b0b2c0987dfd8226bb1a34c435a7a208190165ab.tar.gz bugs-b0b2c0987dfd8226bb1a34c435a7a208190165ab.tar.bz2 bugs-b0b2c0987dfd8226bb1a34c435a7a208190165ab.tar.xz bugs-b0b2c0987dfd8226bb1a34c435a7a208190165ab.zip |
Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8
r/a=mkanat
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Voting/Extension.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Voting/Extension.pm b/extensions/Voting/Extension.pm index 24ac4fdb5..74e327098 100644 --- a/extensions/Voting/Extension.pm +++ b/extensions/Voting/Extension.pm @@ -75,7 +75,7 @@ sub db_schema_abstract_schema { sub install_update_db { my $dbh = Bugzilla->dbh; - # Note that before Bugzilla 3.8, voting was a built-in part of Bugzilla, + # Note that before Bugzilla 4.0, voting was a built-in part of Bugzilla, # so updates to the columns for old versions of Bugzilla happen in # Bugzilla::Install::DB, and can't safely be moved to this extension. |