--- loncom/interface/londocs.pm 2025/02/27 02:02:10 1.725 +++ loncom/interface/londocs.pm 2025/02/28 01:07:59 1.726 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.725 2025/02/27 02:02:10 raeburn Exp $ +# $Id: londocs.pm,v 1.726 2025/02/28 01:07:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7342,10 +7342,10 @@ sub handler { @tabids = ('002','dd2','ee2','ff2'); $tid = 2; } else { - @tabids = ('aa1','bb1','cc1','ff1'); + @tabids = ('aa1','bb1','cc1','dd1','ff1'); unless ($env{'form.folderpath'} =~ /\:1$/) { unshift(@tabids,'001'); - push(@tabids,('dd1','ee1')); + push(@tabids,'ee1'); } } my $tabidstr = join("','",@tabids);