--- loncom/interface/londocs.pm 2012/07/22 04:01:24 1.492 +++ loncom/interface/londocs.pm 2012/08/23 14:17:13 1.493 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.492 2012/07/22 04:01:24 raeburn Exp $ +# $Id: londocs.pm,v 1.493 2012/08/23 14:17:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -369,7 +369,7 @@ sub breadcrumbs { } sub log_docs { - return &Apache::lonnet::instructor_log('docslog',@_); + return &Apache::lonnet::write_log('docslog',@_); } {