Web site Updates.

This commit is contained in:
Jeff Teunissen 2002-01-23 03:40:21 +00:00
parent 9532c30126
commit cd006bb0e4
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
$cached = latestNews ('1 month');
tableBoxFooter ();
if ($cached)
echo '<P>A MySQL error occoured. This news is cached and may not be current';
echo '<P>A MySQL error occoured. This news is cached and may not be current.';
?></TD>
</TR>
<TR vAlign="top">

View file

@ -187,7 +187,7 @@
}
mysql_close ($conn);
} else {
include 'cache.php';
include 'newscache.php';
return 1;
}
return 0;