--- loncom/interface/londocs.pm 2011/09/10 19:00:07 1.460 +++ loncom/interface/londocs.pm 2011/10/23 23:46:02 1.461 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.460 2011/09/10 19:00:07 raeburn Exp $ +# $Id: londocs.pm,v 1.461 2011/10/23 23:46:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -176,7 +176,7 @@ sub dumpcourse { $newfilename=&clean($newfilename); $newfilename.='.'.$ext; my @dirs=split(/\//,$newfilename); - my $path='/home/'.$ca.'/public_html'; + my $path='/home/httpd/html/priv/'.$cd.'/'.$ca; my $makepath=$path; my $fail=0; for (my $i=0;$i<$#dirs;$i++) {