--- loncom/publisher/loncleanup.pm 2011/10/23 23:46:07 1.12 +++ loncom/publisher/loncleanup.pm 2011/10/24 22:39:21 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to cleanup XML files # -# $Id: loncleanup.pm,v 1.12 2011/10/23 23:46:07 www Exp $ +# $Id: loncleanup.pm,v 1.13 2011/10/24 22:39:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -407,8 +407,7 @@ sub handler { my $uname; my $udom; - ($uname,$udom)= - &Apache::loncacc::constructaccess($fn,$r->dir_config('lonDefDomain')); + ($uname,$udom)=&Apache::loncacc::constructaccess($fn); unless (($uname) && ($udom)) { $r->log_reason($uname.' at '.$udom. ' trying to cleanup file '.$env{'form.filename'}. @@ -451,9 +450,9 @@ sub handler { '' .&Apache::lonhtmlcommon::start_funclist() .&Apache::lonhtmlcommon::add_item_funclist( - ''.&mt('Back to Source File').'') + ''.&mt('Back to Source File').'') .&Apache::lonhtmlcommon::add_item_funclist( - ''.&mt('Back to Source Directory').'') + ''.&mt('Back to Source Directory').'') .&Apache::lonhtmlcommon::end_funclist() .&Apache::loncommon::end_page() );