Bug 155805 doeditcheckin.cgi still has an unported TCL line(!!)

r=justdave
This commit is contained in:
timeless%mac.com 2002-07-04 18:24:19 +00:00
Родитель bea9f48808
Коммит 247af4404e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,7 +39,7 @@ my $busted = 0;
my $info;
if (!exists $::FORM{'id'}) {
set busted 1
$busted = 1;
} else {
$info = eval("\\%" . $::FORM{'id'});