diff options
author | terry%netscape.com <> | 1999-01-28 06:17:06 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-01-28 06:17:06 +0100 |
commit | 903f703c12a4f310658ef0abeed6cd9f9e1fc97f (patch) | |
tree | 6515cd54357f378680bc193f60e3e9d9a1ea32a7 /show_bug.cgi | |
parent | a7ac06a61d2e7b17c62cb31c7c09a60c34d0ab68 (diff) | |
download | bugzilla-903f703c12a4f310658ef0abeed6cd9f9e1fc97f.tar.gz bugzilla-903f703c12a4f310658ef0abeed6cd9f9e1fc97f.tar.xz |
Added three new fields (which appear in the UI only if params are
turned on): target_milestone, qa_contact, and status_whiteboard.
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-x | show_bug.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/show_bug.cgi b/show_bug.cgi index 98829e356..75a3bb8e3 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -46,4 +46,5 @@ navigation_header(); print "<HR>\n"; -do "bug_form.pl"; +$! = 0; +do "bug_form.pl" || die "Error doing bug_form.pl: $!"; |