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