diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-16 00:22:55 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-16 00:22:55 +0100 |
commit | 120b63d507a3316666b25494bc890a024948aef8 (patch) | |
tree | 0a96e60d6316cc8471b066def8b1e1273f38e4ab /report.cgi | |
parent | 7802dbcf7bedcc09e5f1052ceb1ba82347a124b7 (diff) | |
download | bugzilla-120b63d507a3316666b25494bc890a024948aef8.tar.gz bugzilla-120b63d507a3316666b25494bc890a024948aef8.tar.xz |
Bug 372979: Make voting into an extension
r=mkanat, a=mkanat, a=LpSolit
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi index 6612ded2a..100c76e90 100755 --- a/report.cgi +++ b/report.cgi @@ -113,7 +113,6 @@ my @columns = qw( qa_contact classification version - votes keywords target_milestone ); |