--- loncom/interface/londocs.pm 2012/07/31 23:38:13 1.484.2.7 +++ loncom/interface/londocs.pm 2012/08/27 15:58:05 1.484.2.8 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.484.2.7 2012/07/31 23:38:13 raeburn Exp $ +# $Id: londocs.pm,v 1.484.2.8 2012/08/27 15:58:05 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('course','docslog',@_); } {