mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-19 07:00:49 +00:00
Web site Updates.
This commit is contained in:
parent
9532c30126
commit
cd006bb0e4
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
}
|
||||
mysql_close ($conn);
|
||||
} else {
|
||||
include 'cache.php';
|
||||
include 'newscache.php';
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue