Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops!

This commit is contained in:
terry%netscape.com 1998-09-16 14:36:38 +00:00
Родитель fad9618f18
Коммит 6410573932
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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";
}