--- loncom/homework/lonhomework.pm 2017/06/13 16:20:40 1.344.2.8.2.1 +++ loncom/homework/lonhomework.pm 2019/02/19 15:38:36 1.344.2.8.4.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.344.2.8.2.1 2017/06/13 16:20:40 raeburn Exp $ +# $Id: lonhomework.pm,v 1.344.2.8.4.3 2019/02/19 15:38:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -260,7 +260,7 @@ sub check_slot_access { $num_usable_slots ++; if ($slot{'starttime'} < $now && $slot{'endtime'} > $now && - &Apache::loncommon::check_ip_acc($slot{'ip'})) { + &Apache::loncommon::check_slotip_acc($slot{'ip'})) { &Apache::lonxml::debug("$slot is good"); $slotstatus='NEEDS_CHECKIN'; $returned_slot=\%slot; @@ -1706,7 +1706,7 @@ sub helpmenu_datastructure { # filename, title, width, height my $helpers = [ - ['Problem_LON-CAPA_Function.hlp', &mt('Script Functions'), 800, 600], + ['Problem_LON-CAPA_Functions.hlp', &mt('Script Functions'), 800, 600], ['Greek_Symbols.hlp', &mt('Greek Symbols'), 500, 600], ['Other_Symbols.hlp', &mt('Other Symbols'), 500, 600], ['Authoring_Output_Tags.hlp', &mt('Output Tags'), 800, 600],