Diff for /loncom/interface/lonchatfetch.pm between versions 1.19 and 1.20

version 1.19, 2006/03/19 22:48:53 version 1.20, 2006/03/23 22:32:10
Line 85  sub handler { Line 85  sub handler {
     my $newstuff='';      my $newstuff='';
     my $bottomid='';      my $bottomid='';
     unless ($env{'form.lastid'}) {       unless ($env{'form.lastid'}) { 
        $include=1;    $include=1; 
        my $html=&Apache::lonxml::xmlbegin();   $newstuff .=
        $newstuff=$html.'<head></head><body bgcolor="#FFFFFF">';      &Apache::loncommon::start_page(undef,undef,
      {'only_body' => 1,
       'bgcolor'   => '#FFFFFF',
       'js_ready'  => 1,});
     }      }
     my @participants=();      my @participants=();
     foreach (@entries) {      foreach (@entries) {

Removed from v.1.19  
changed lines
  Added in v.1.20


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