temp fix on old news as well

This commit is contained in:
Dan Olson 2000-06-17 19:27:42 +00:00
parent a303bd17c9
commit 8c4492d6ef

View file

@ -9,6 +9,7 @@
<TD colSpan="2"><? <TD colSpan="2"><?
tableBoxHeader( 'black', tableHeadColor ); tableBoxHeader( 'black', tableHeadColor );
tableTitle( $pageName, 1, tableHeadColor ); tableTitle( $pageName, 1, tableHeadColor );
require ("lib/sql.php");
require ("news_funcs.php"); require ("news_funcs.php");
if ($month || $year) { if ($month || $year) {
monthlyNews ($month, $year); monthlyNews ($month, $year);