--- loncom/auth/londatecheck.pm 2004/08/23 19:01:52 1.5 +++ loncom/auth/londatecheck.pm 2004/08/23 19:16:53 1.6 @@ -1,5 +1,5 @@ # Checks contentopen/close settings disable subsequent PerlHandlers if not open -# $Id: londatecheck.pm,v 1.5 2004/08/23 19:01:52 albertel Exp $ +# $Id: londatecheck.pm,v 1.6 2004/08/23 19:16:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,7 +58,7 @@ sub handler { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only; - $r->print(''&mt("Not Open").''); + $r->print(''.&mt("Not Open").''); my $addentries=' onLoad="'.&Apache::lonmenu::loadevents(). '" onUnload="'.&Apache::lonmenu::unloadevents().'"'; $r->print(&Apache::lonmenu::registerurl(1));