[LON-CAPA-cvs] cvs: loncom /interface lonannounce.pm
www
lon-capa-cvs@mail.lon-capa.org
Wed, 18 Jun 2003 15:11:20 -0000
www Wed Jun 18 11:11:20 2003 EDT
Modified files:
/loncom/interface lonannounce.pm
Log:
Useless lines of code.
Index: loncom/interface/lonannounce.pm
diff -u loncom/interface/lonannounce.pm:1.13 loncom/interface/lonannounce.pm:1.14
--- loncom/interface/lonannounce.pm:1.13 Wed Jun 18 11:02:20 2003
+++ loncom/interface/lonannounce.pm Wed Jun 18 11:11:20 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Announce
#
-# $Id: lonannounce.pm,v 1.13 2003/06/18 15:02:20 www Exp $
+# $Id: lonannounce.pm,v 1.14 2003/06/18 15:11:20 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -263,8 +263,7 @@
my ($pm,$py,$fm,$fy)=($month-1,$year,$month+1,$year);
if ($pm<1) { ($pm,$py)=(12,$year-1); }
if ($fm>12){ ($fm,$fy)=(1,$year+1); }
- if (($year<1970) || ($year>2037)) {
- }
+
$r->print('<h1>'.('','January','February','March','April','May',
'June','July','August','September','October',
'November','December')[$month].' '.$year.'</h1>');