--- loncom/interface/statistics/lonstathelpers.pm 2005/03/10 16:58:52 1.43 +++ loncom/interface/statistics/lonstathelpers.pm 2005/03/14 20:28:22 1.44 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.43 2005/03/10 16:58:52 matthew Exp $ +# $Id: lonstathelpers.pm,v 1.44 2005/03/14 20:28:22 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1292,7 +1292,7 @@ sub get_time_limits { Inputs: @Sections, an array of sections -Returns: A text description of the sections selected. +Returns: A plaintext description of the sections selected. =cut @@ -1340,7 +1340,7 @@ sub manage_caches { join(',', map { &Apache::lonnet::escape($_); - } sort(@Apache::lonstatistics::SelectedSections) + } sort(&Apache::lonstatistics::get_selected_sections()) ); my $statuskey = $Apache::lonstatistics::enrollment_status; if (exists($ENV{'form.ClearCache'}) ||