From 0a37fa4964a6f1be24841c30ea8b7956c0e43fcf Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 16 Sep 1998 21:36:38 +0000 Subject: Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops! --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') 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 "
\n"; navigation_header(); - do "bug_form.tcl"; + do "bug_form.pl"; } else { print "
Back To Query Page\n"; } -- cgit v1.2.3-24-g4f1b