--- loncom/interface/londocs.pm 2013/01/09 17:23:58 1.484.2.23 +++ loncom/interface/londocs.pm 2013/01/10 17:12:22 1.484.2.24 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.484.2.23 2013/01/09 17:23:58 raeburn Exp $ +# $Id: londocs.pm,v 1.484.2.24 2013/01/10 17:12:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -152,7 +152,7 @@ sub dumpcourse { $r->print(&endContentScreen()); return ''; } - my ($ca,$cd)=split(/\@/,$env{'form.authorspace'}); + my ($ca,$cd)=split(/\:/,$env{'form.authorspace'}); $r->print('

'.&mt('Copying Files').'

'); my $title=$env{'form.authorfolder'}; $title=&clean($title);