--- loncom/interface/lonhelper.pm 2024/07/02 04:07:23 1.197.2.3
+++ loncom/interface/lonhelper.pm 2022/06/11 14:51:49 1.203
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# .helper XML handler to implement the LON-CAPA helper
#
-# $Id: lonhelper.pm,v 1.197.2.3 2024/07/02 04:07:23 raeburn Exp $
+# $Id: lonhelper.pm,v 1.203 2022/06/11 14:51:49 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1800,7 +1800,7 @@ sub render {
if (lc($time) eq 'anytime') {
$anytime=1;
$date = &get_date_object(time);
- $date->set_minute(0);
+ $date->set_minute(0);
} elsif (defined($time) && $time ne 0) {
$date = &get_date_object($time);
} else {
@@ -2049,7 +2049,7 @@ attribute will add in a part selector be
than 1 part. The 'includecourse' attribute if true, will include
the toplevel default.sequence in the results. The 'modalLink' attribute,
if true, will cause links to be launched as modal pop-ups, instead of
-replacing the resource selection listing, currently being displayed.
+replacing the resource selection listing, currently being displayed.
=head3 SUB-TAGS
@@ -2558,7 +2558,7 @@ RADIO
'map_no_edit_link' => 1,
'modalLink' => $modalLink,
'nocurrloc' => $self->{'nocurrloc'},
- 'suppressNavmap' => $self->{'suppressNavmap'}, }
+ 'suppressNavmap' => $self->{'suppressNavmap'}, }
);
$result .= $buttons;
@@ -3835,38 +3835,54 @@ sub render {
if ($vars->{GRANULARITY} eq 'whole_course') {
$resourceString .= '
'.&mt('for [_1]all resources in the course[_2]','','').'