Diff for /loncom/homework/structuretags.pm between versions 1.260.2.3 and 1.260.2.4

version 1.260.2.3, 2004/08/25 20:12:15 version 1.260.2.4, 2004/08/29 07:51:22
Line 353  sub init_problem_globals { Line 353  sub init_problem_globals {
     if ($type eq 'problem') {      if ($type eq 'problem') {
  $Apache::inputtags::part='0';   $Apache::inputtags::part='0';
  @Apache::inputtags::partlist=('0');   @Apache::inputtags::partlist=('0');
    $Apache::lonhomework::problemstatus=&get_problem_status('0');
  $Apache::lonhomework::problemstatus=&get_problem_status('0')   $Apache::lonhomework::ignore_response_errors=0;
     } else {      } elsif ($type eq 'library') {
  $Apache::inputtags::part='';   $Apache::inputtags::part='';
  @Apache::inputtags::partlist=();   @Apache::inputtags::partlist=();
  $Apache::lonhomework::problemstatus='';   $Apache::lonhomework::problemstatus='';
    $Apache::lonhomework::ignore_response_errors=1;
     }      }
     @Apache::inputtags::responselist = ();      @Apache::inputtags::responselist = ();
     @Apache::inputtags::importlist = ();      @Apache::inputtags::importlist = ();

Removed from v.1.260.2.3  
changed lines
  Added in v.1.260.2.4


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