--- loncom/interface/lonhtmlcommon.pm 2012/12/22 14:45:35 1.339 +++ loncom/interface/lonhtmlcommon.pm 2013/01/03 20:02:12 1.340 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.339 2012/12/22 14:45:35 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.340 2013/01/03 20:02:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1909,7 +1909,7 @@ returns: nothing sub docs_breadcrumbs { my ($allowed,$crstype,$contenteditor,$title,$precleared)=@_; my ($folderpath,@folders); - my @folders = split('&',$env{'form.folderpath'}); + @folders = split('&',$env{'form.folderpath'}); my $plain=''; my $container = 'sequence'; my ($randompick,$isencrypted,$ishidden,$is_random_order) = (-1,0,0,0);