--- loncom/interface/lonannounce.pm 2003/05/23 16:14:33 1.12 +++ loncom/interface/lonannounce.pm 2003/06/18 15:02:20 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # Announce # -# $Id: lonannounce.pm,v 1.12 2003/05/23 16:14:33 www Exp $ +# $Id: lonannounce.pm,v 1.13 2003/06/18 15:02:20 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -263,9 +263,19 @@ ENDDOCUMENT 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('

'.('','January','February','March','April','May', 'June','July','August','September','October', - 'November','December')[$month].' '.$year.'

'. + 'November','December')[$month].' '.$year.''); +# Reached the end of times, give up + if (($year<1970) || ($year>2037)) { + $r->print('

No calendar available for this date.

'. + 'Current Month'); + return OK; + } + $r->print( 'Previous Month '. 'Next Month'. '