--- loncom/auth/lontokacc.pm 2005/03/03 05:44:51 1.15 +++ loncom/auth/lontokacc.pm 2006/02/07 19:46:26 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # Access Handler for User File Transfers # -# $Id: lontokacc.pm,v 1.15 2005/03/03 05:44:51 albertel Exp $ +# $Id: lontokacc.pm,v 1.16 2006/02/07 19:46:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -80,6 +80,7 @@ sub removefile { } else { &Apache::lonnet::logthis('Failed to transfer '.$r->filename); } + return OK; } 1; __END__