diff options
author | terry%netscape.com <> | 1998-09-16 23:36:38 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-16 23:36:38 +0200 |
commit | 0a37fa4964a6f1be24841c30ea8b7956c0e43fcf (patch) | |
tree | 2c5c0e9a8984e6626d109570081d2db5121541c6 /process_bug.cgi | |
parent | 7cb4f97e7cd232dafc6ce3217a2f82279ee2bc2c (diff) | |
download | bugzilla-0a37fa4964a6f1be24841c30ea8b7956c0e43fcf.tar.gz bugzilla-0a37fa4964a6f1be24841c30ea8b7956c0e43fcf.tar.xz |
Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops!
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index d6af0fca2..6755ce91c 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -305,7 +305,7 @@ if (defined $::next_bug) { print "<HR>\n"; navigation_header(); - do "bug_form.tcl"; + do "bug_form.pl"; } else { print "<BR><A HREF=\"query.cgi\">Back To Query Page</A>\n"; } |