Stop looking for "target_fix_version".

git-svn-id: svn://10.0.0.236/trunk@8541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1998-08-26 19:26:59 +00:00
parent b6e496388d
commit 8cc794caff
2 changed files with 4 additions and 12 deletions

View File

@@ -38,7 +38,6 @@ select
assign.login_name,
report.login_name,
bugs.component,
bugs.target_fix_version,
bugs.bug_file_loc,
bugs.short_desc
from bugs,profiles assign,profiles report
@@ -67,9 +66,8 @@ foreach bug [split $FORM(buglist) :] {
puts "<TD><B>Assigned To:</B> [lindex $result 9]"
puts "<TD><B>Reported By:</B> [lindex $result 10]"
puts "<TR><TD><B>Component:</B> [lindex $result 11]"
puts "<TD><B>Target Fix Version:</B> [lindex $result 12]"
puts "<TR><TD COLSPAN=6><B>URL:</B> [html_quote [lindex $result 13]]"
puts "<TR><TD COLSPAN=6><B>Summary&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</B> [html_quote [lindex $result 14]]"
puts "<TR><TD COLSPAN=6><B>URL:</B> [html_quote [lindex $result 12]]"
puts "<TR><TD COLSPAN=6><B>Summary&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</B> [html_quote [lindex $result 13]]"
puts "<TR><TD><B>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</B>\n</TABLE>"
puts "<PRE>[html_quote [GetLongDescription $bug]]</PRE>"
puts "<HR>"