allow 'fulltext' with short url (e.g. log=<tree>/logfile&fulltext=1)

This commit is contained in:
slamm%netscape.com 1999-07-06 22:37:17 +00:00
Родитель bde30a251d
Коммит 63d48e4fa5
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -61,8 +61,9 @@ if (defined($args = $form{log}) or defined($args = $form{exerpt})) {
$logfile = $form{logfile};
$buildname = $form{buildname};
$buildtime = $form{buildtime};
$fulltext = $form{fulltext};
}
$fulltext = $form{fulltext};
$enc_buildname = &url_encode($buildname);
die "the \"tree\" parameter must be provided\n" unless $tree;