Diff for /loncom/auth/londatecheck.pm between versions 1.10 and 1.11

version 1.10, 2005/04/25 21:40:33 version 1.11, 2005/04/25 21:41:37
Line 62  sub handler { Line 62  sub handler {
  return OK if $r->header_only;   return OK if $r->header_only;
  my $html=&Apache::lonxml::xmlbegin();   my $html=&Apache::lonxml::xmlbegin();
  $r->print($html.'<head><title>'.&mt("Not Open").'</title>');   $r->print($html.'<head><title>'.&mt("Not Open").'</title>');
  my $addentries=' onLoad="'.&Apache::lonmenu::loadevents().  
     '" onUnload="'.&Apache::lonmenu::unloadevents().'"';  
  $r->print(&Apache::lonmenu::registerurl(1));   $r->print(&Apache::lonmenu::registerurl(1));
  $r->print('</head>'.&Apache::structuretags::body_tag_start('web'));   $r->print('</head>'.&Apache::structuretags::body_tag_start('web'));
  $r->print($msg);   $r->print($msg);

Removed from v.1.10  
changed lines
  Added in v.1.11


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