Diff for /loncom/interface/lonchat.pm between versions 1.7 and 1.9

version 1.7, 2003/07/24 17:53:59 version 1.9, 2005/02/17 08:50:20
Line 34  use Apache::loncommon; Line 34  use Apache::loncommon;
   
 sub handler {  sub handler {
     my $r = shift;      my $r = shift;
     $r->content_type('text/html');      &Apache::loncommon::content_type($r,'text/html');
     $r->send_http_header;      $r->send_http_header;
     return OK if $r->header_only;      return OK if $r->header_only;
     if (! &Apache::lonnet::allowed('plc',$ENV{'request.course.id'}.      if (! &Apache::lonnet::allowed('plc',$ENV{'request.course.id'}.
Line 48  sub handler { Line 48  sub handler {
     }      }
 # --------------------------------------------------- Print login screen header  # --------------------------------------------------- Print login screen header
     my $latexHelp = Apache::loncommon::helpLatexCheatsheet();      my $latexHelp = Apache::loncommon::helpLatexCheatsheet();
       my $html=&Apache::lonxml::xmlbegin();
     $r->print(<<ENDDOCUMENT);      $r->print(<<ENDDOCUMENT);
 <html>  $html
 <head>  <head>
 <title>The LearningOnline Network with CAPA</title>  <title>The LearningOnline Network with CAPA</title>
 </head>  </head>

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


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