diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-15 15:22:55 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-15 15:22:55 -0800 |
commit | 120b63d507a3316666b25494bc890a024948aef8 (patch) | |
tree | 0a96e60d6316cc8471b066def8b1e1273f38e4ab /colchange.cgi | |
parent | Bug 545978 - "A '<th>' tag ends with '</td>' in template/en/default/bug/edit.... (diff) | |
download | bugzilla-120b63d507a3316666b25494bc890a024948aef8.tar.gz bugzilla-120b63d507a3316666b25494bc890a024948aef8.tar.bz2 bugzilla-120b63d507a3316666b25494bc890a024948aef8.zip |
Bug 372979: Make voting into an extension
r=mkanat, a=mkanat, a=LpSolit
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-x | colchange.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/colchange.cgi b/colchange.cgi index 409f15e5a..15bdac599 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -55,9 +55,6 @@ if (Bugzilla->params->{"useclassification"}) { push(@masterlist, ("product", "component", "version", "op_sys")); -if (Bugzilla->params->{"usevotes"}) { - push (@masterlist, "votes"); -} if (Bugzilla->params->{"usebugaliases"}) { unshift(@masterlist, "alias"); } |