This commit is contained in:
cls%seawood.org 2004-12-01 06:56:03 +00:00
parent 76c8b29891
commit 427407ff99

View File

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