[LON-CAPA-cvs] cvs: loncom /auth londatecheck.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 23 Aug 2004 19:01:52 -0000
albertel Mon Aug 23 15:01:52 2004 EDT
Modified files:
/loncom/auth londatecheck.pm
Log:
- missed the title
Index: loncom/auth/londatecheck.pm
diff -u loncom/auth/londatecheck.pm:1.4 loncom/auth/londatecheck.pm:1.5
--- loncom/auth/londatecheck.pm:1.4 Mon Aug 23 14:57:16 2004
+++ loncom/auth/londatecheck.pm Mon Aug 23 15:01:52 2004
@@ -1,5 +1,5 @@
# Checks contentopen/close settings disable subsequent PerlHandlers if not open
-# $Id: londatecheck.pm,v 1.4 2004/08/23 18:57:16 albertel Exp $
+# $Id: londatecheck.pm,v 1.5 2004/08/23 19:01:52 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>Go Away!</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));