Diff for /loncom/homework/lonhomework.pm between versions 1.344.2.10.4.7 and 1.344.2.10.4.8

version 1.344.2.10.4.7, 2024/02/27 17:10:23 version 1.344.2.10.4.8, 2024/02/28 21:03:29
Line 49  use Apache::matchresponse(); Line 49  use Apache::matchresponse();
 use Apache::chemresponse();  use Apache::chemresponse();
 use Apache::functionplotresponse();  use Apache::functionplotresponse();
 use Apache::drawimage();  use Apache::drawimage();
   use Apache::loncapamath();
 use Apache::loncourseuser();  use Apache::loncourseuser();
 use Apache::grades();  use Apache::grades();
 use Apache::Constants qw(:common);  use Apache::Constants qw(:common);
Line 1836  sub helpmenu_datastructure { Line 1837  sub helpmenu_datastructure {
                     ['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],
                     ['Authoring_Multilingual_Problems.hlp', &mt('Languages'), 800, 600],                      ['Authoring_Multilingual_Problems.hlp', &mt('Languages'), 800, 600],
                       ['loncapa.html', &mt('Reference'), 800, 600],
                    ];                     ];
   
     my $help_structure = [];      my $help_structure = [];

Removed from v.1.344.2.10.4.7  
changed lines
  Added in v.1.344.2.10.4.8


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