[LON-CAPA-cvs] cvs: loncom /auth londatecheck.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 23 Aug 2004 19:16:53 -0000


albertel		Mon Aug 23 15:16:53 2004 EDT

  Modified files:              
    /loncom/auth	londatecheck.pm 
  Log:
  - sigh
  
  
Index: loncom/auth/londatecheck.pm
diff -u loncom/auth/londatecheck.pm:1.5 loncom/auth/londatecheck.pm:1.6
--- loncom/auth/londatecheck.pm:1.5	Mon Aug 23 15:01:52 2004
+++ loncom/auth/londatecheck.pm	Mon Aug 23 15:16:53 2004
@@ -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 @@
 	&Apache::loncommon::content_type($r,'text/html');
 	$r->send_http_header;
 	return OK if $r->header_only;
-	$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));