Diff for /loncom/homework/lonhomework.pm between versions 1.344.2.8.4.1 and 1.344.2.8.4.3

version 1.344.2.8.4.1, 2017/06/21 19:55:00 version 1.344.2.8.4.3, 2019/02/19 15:38:36
Line 260  sub check_slot_access { Line 260  sub check_slot_access {
         $num_usable_slots ++;          $num_usable_slots ++;
  if ($slot{'starttime'} < $now &&   if ($slot{'starttime'} < $now &&
     $slot{'endtime'} > $now &&      $slot{'endtime'} > $now &&
     &Apache::loncommon::check_ip_acc($slot{'ip'})) {      &Apache::loncommon::check_slotip_acc($slot{'ip'})) {
     &Apache::lonxml::debug("$slot is good");      &Apache::lonxml::debug("$slot is good");
     $slotstatus='NEEDS_CHECKIN';      $slotstatus='NEEDS_CHECKIN';
     $returned_slot=\%slot;      $returned_slot=\%slot;
Line 1706  sub helpmenu_datastructure { Line 1706  sub helpmenu_datastructure {
   
     # filename, title, width, height      # filename, title, width, height
     my $helpers = [      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],                      ['Greek_Symbols.hlp', &mt('Greek Symbols'), 500, 600],
                     ['Other_Symbols.hlp', &mt('Other Symbols'), 500, 600],                      ['Other_Symbols.hlp', &mt('Other Symbols'), 500, 600],
                     ['Authoring_Output_Tags.hlp', &mt('Output Tags'), 800, 600],                      ['Authoring_Output_Tags.hlp', &mt('Output Tags'), 800, 600],

Removed from v.1.344.2.8.4.1  
changed lines
  Added in v.1.344.2.8.4.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>