diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-12-26 13:48:18 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-26 13:48:18 +0100 |
commit | 6d02055deb5a8bbeff15459f150e129bbf725eab (patch) | |
tree | fe97cc1af3bbc938fc7a5e050ae9cebdb9fa3015 /colchange.cgi | |
parent | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed (diff) | |
download | bugzilla-6d02055deb5a8bbeff15459f150e129bbf725eab.tar.gz bugzilla-6d02055deb5a8bbeff15459f150e129bbf725eab.tar.bz2 bugzilla-6d02055deb5a8bbeff15459f150e129bbf725eab.zip |
Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)
r/a=LpSolit
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-x | colchange.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/colchange.cgi b/colchange.cgi index c3741f623..81b7d1e16 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -40,7 +40,6 @@ use Storable qw(dclone); # Maps parameters that control columns to the names of columns. use constant COLUMN_PARAMS => { 'useclassification' => ['classification'], - 'usebugaliases' => ['alias'], 'usetargetmilestone' => ['target_milestone'], 'useqacontact' => ['qa_contact', 'qa_contact_realname'], 'usestatuswhiteboard' => ['status_whiteboard'], |