Diff for /loncom/homework/lonhomework.pm between versions 1.96 and 1.97

version 1.96, 2002/10/16 19:22:31 version 1.97, 2002/10/16 19:29:44
Line 378  sub renderpage { Line 378  sub renderpage {
   
     my %mystyle;      my %mystyle;
     my $result = '';      my $result = '';
     &Apache::inputtags::initialize_inputtags;      &Apache::inputtags::initialize_inputtags();
     &Apache::inputtags::initialize_outputtags;      &Apache::outputtags::initialize_outputtags();
     &Apache::edit::initialize_edit;      &Apache::edit::initialize_edit();
     if ($target eq 'analyze') { %Apache::lonhomework::anaylze=(); }      if ($target eq 'analyze') { %Apache::lonhomework::anaylze=(); }
     if ($target eq 'web') {      if ($target eq 'web') {
       my ($symb)=&Apache::lonxml::whichuser();        my ($symb)=&Apache::lonxml::whichuser();

Removed from v.1.96  
changed lines
  Added in v.1.97


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