[LON-CAPA-cvs] cvs: loncom /auth londatecheck.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 25 Apr 2005 21:41:37 -0000
albertel Mon Apr 25 17:41:37 2005 EDT
Modified files:
/loncom/auth londatecheck.pm
Log:
- removing unused code
Index: loncom/auth/londatecheck.pm
diff -u loncom/auth/londatecheck.pm:1.10 loncom/auth/londatecheck.pm:1.11
--- loncom/auth/londatecheck.pm:1.10 Mon Apr 25 17:40:33 2005
+++ loncom/auth/londatecheck.pm Mon Apr 25 17:41:37 2005
@@ -1,5 +1,5 @@
# Checks contentopen/close settings disable subsequent PerlHandlers if not open
-# $Id: londatecheck.pm,v 1.10 2005/04/25 21:40:33 albertel Exp $
+# $Id: londatecheck.pm,v 1.11 2005/04/25 21:41:37 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -62,8 +62,6 @@
return OK if $r->header_only;
my $html=&Apache::lonxml::xmlbegin();
$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('</head>'.&Apache::structuretags::body_tag_start('web'));
$r->print($msg);