Simplify old doc page.

It's not used in the current site, but it's sloppy code and it burned
my eyes seeing it there.
This commit is contained in:
Jeff Teunissen 2011-12-11 13:43:16 -05:00
parent 59b4ae70d9
commit 893aa174eb

View file

@ -37,11 +37,7 @@
<TD colSpan="2">
<?
if (is_file ('doc/old/' . $notes . '-notes' . '.txt')) {
$lines = file ('doc/old/' . $notes . '-notes' . '.txt');
reset ($lines);
while (list (, $line) = each ($lines)) {
print $line;
}
include ('doc/old/' . $notes . '-notes' . '.txt');
} else {
echo "<P>There are no errata for this release.";
}