--- loncom/interface/lonblockingstatus.pm 2012/04/04 21:04:56 1.11 +++ loncom/interface/lonblockingstatus.pm 2013/01/15 18:24:15 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # displays the blocking status table # -# $Id: lonblockingstatus.pm,v 1.11 2012/04/04 21:04:56 raeburn Exp $ +# $Id: lonblockingstatus.pm,v 1.12 2013/01/15 18:24:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -113,7 +113,7 @@ sub blockpage { ); if ($activity eq 'groups' || $activity eq 'boards') { - if (&course_type() eq 'Community') { + if (&Apache::loncommon::course_type() eq 'Community') { $descs{'boards'} = 'Discussion posts in this community', $descs{'groups'} = 'Groups in this community', $descs{'docs'} = 'Community Content',