Diff for /loncom/xml/lonxml.pm between versions 1.277 and 1.278

version 1.277, 2003/09/15 13:38:19 version 1.278, 2003/09/15 19:56:44
Line 175  sub xmlbegin { Line 175  sub xmlbegin {
 }  }
   
 sub xmlend {  sub xmlend {
       my $mode='xml';
       my $status='OPEN';
       if ($Apache::lonhomework::parsing_a_problem) {
    $mode='problem';
    $status=$Apache::inputtags::status[-1]; 
       }
     return &Apache::lonfeedback::list_discussion().'</html>';      return &Apache::lonfeedback::list_discussion().'</html>';
 }  }
   

Removed from v.1.277  
changed lines
  Added in v.1.278


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