--- loncom/interface/londocs.pm 2013/01/09 17:22:51 1.530 +++ loncom/interface/londocs.pm 2013/01/10 17:10:30 1.531 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.530 2013/01/09 17:22:51 raeburn Exp $ +# $Id: londocs.pm,v 1.531 2013/01/10 17:10:30 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);