--- loncom/interface/loncourserespicker.pm 2013/01/14 18:47:14 1.4 +++ loncom/interface/loncourserespicker.pm 2013/05/21 18:54:15 1.6 @@ -1,6 +1,6 @@ # The LearningOnline Network # -# $Id: loncourserespicker.pm,v 1.4 2013/01/14 18:47:14 bisitz Exp $ +# $Id: loncourserespicker.pm,v 1.6 2013/05/21 18:54:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -50,8 +50,8 @@ window used to display the Course Conten =head1 OVERVIEW The main subroutine: &create_picker() will display the hierarchy of folders, -sub-folders, and resources in the Main Course Documents area. Items can be -selected using checkboxes, and/or a "Check All" button. Selection of a folder +sub-folders, and resources in the Main Content area. Items can be selected +using checkboxes, and/or a "Check All" button. Selection of a folder causes the contents of the folder to also be selected automatically. The propagation of check status is recursive into sub-folders. Likewise, if an item deep in a nested set of folders and sub-folders is unchecked, the @@ -556,7 +556,7 @@ sub get_navmap_object { $outcome .= &mt('Return to Course Editor'); } $outcome .= ''; - &logthis('IMS export failed - could not create navmap object in '.lc($crstype).':'.$env{'request.course.id'}); + &Apache::lonnet::logthis('IMS export failed - could not create navmap object in '.lc($crstype).':'.$env{'request.course.id'}); } elsif ($context eq 'examblock') { $outcome .= ''.&mt('Close window').''; }