diff options
author | 1998-09-16 21:36:38 +0000 | |
---|---|---|
committer | 1998-09-16 21:36:38 +0000 | |
commit | 0a37fa4964a6f1be24841c30ea8b7956c0e43fcf (patch) | |
tree | 2c5c0e9a8984e6626d109570081d2db5121541c6 | |
parent | Whoops; a bad username was causing perl warning messages. (diff) | |
download | bugzilla-0a37fa4964a6f1be24841c30ea8b7956c0e43fcf.tar.gz bugzilla-0a37fa4964a6f1be24841c30ea8b7956c0e43fcf.tar.bz2 bugzilla-0a37fa4964a6f1be24841c30ea8b7956c0e43fcf.zip |
Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops!
-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"; } |