fix for 44609 : Remove the useless "project" column in the Change columns page

patch submitted by cdurst@world.std.com (Charles Durst)
This commit is contained in:
cyeh%bluemartini.com 2000-08-31 18:19:46 +00:00
Родитель 015d37393f
Коммит c81ef29f5f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ GetVersionTable();
my @masterlist = ("opendate", "changeddate", "severity", "priority",
"platform", "owner", "reporter", "status", "resolution",
"component", "product", "version", "project", "os", "votes");
"component", "product", "version", "os", "votes");
if (Param("usetargetmilestone")) {
push(@masterlist, "target_milestone");