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

version 1.95, 2002/10/14 20:41:07 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::edit::initialize_edit;      &Apache::outputtags::initialize_outputtags();
       &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.95  
changed lines
  Added in v.1.97


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