Remove undef check from SanitizeModule

This commit is contained in:
cls%seawood.org 2004-12-01 06:46:21 +00:00
Родитель 5cad0b8f8c
Коммит f746981b67
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -55,6 +55,7 @@ $::CVS_ROOT = &pickDefaultRepository() unless $::CVS_ROOT;
$::TreeID = $::query_module
if (!exists($::FORM{'treeid'}) &&
exists($::query_module) &&
exists($::TreeInfo{$::query_module}{'repository'}));
$::TreeID = 'default'
if (!exists($::TreeInfo{$::TreeID}{'repository'}) ||