Diff for /loncom/interface/longroupchat.pm between versions 1.6 and 1.7

version 1.6, 2006/05/18 01:08:50 version 1.7, 2006/05/18 17:58:14
Line 26 Line 26
 package Apache::longroupchat;  package Apache::longroupchat;
   
 use strict;  use strict;
   use Apache::Constants qw(:common);
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::loncommon;  use Apache::loncommon();
 use Apache::lonlocal;  use Apache::lonlocal;
 use Apache::longroup;  use Apache::longroup();
   
 sub handler {  sub handler {
     my ($r) = @_;      my ($r) = @_;
Line 48  sub handler { Line 49  sub handler {
         }          }
     }      }
   
       &Apache::loncommon::content_type($r,'text/html');
       $r->send_http_header;
       return OK if $r->header_only;
     my $start_page =      my $start_page =
  &Apache::loncommon::start_page($grouptitle,undef,   &Apache::loncommon::start_page($grouptitle,undef,
        {'frameset'    => 1,         {'frameset'    => 1,

Removed from v.1.6  
changed lines
  Added in v.1.7


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