Fixed test errors not to be overwriten from same build.

Fixed image link in header to go to front page
This commit is contained in:
Pauli Nieminen 2008-09-01 11:48:07 +00:00
parent 2706f4bf9d
commit 41471973fb
2 changed files with 3 additions and 1 deletions

View file

@ -44,11 +44,13 @@ class TestError {
AND t.file=?
AND t.error_msg=?
AND t.last_id=b.id
AND b.id < ?
AND b.time > ?
LIMIT 1',
array($this->error_type,
$this->file,
$this->error_msg,
$build->getId(),
$this->db->DBTimeStamp(time() - 24*60*60)
));
if (!$result->EOF())

View file

@ -25,7 +25,7 @@
<div id="header">
<div id="logo">
<a href="home"><img alt="Wesnoth logo" src="http://www.wesnoth.org/mw/skins/glamdrol/wesnoth-logo.jpg" /></a>
<a href="http://www.wesnoth.org/"><img alt="Wesnoth logo" src="http://www.wesnoth.org/mw/skins/glamdrol/wesnoth-logo.jpg" /></a>
</div>
</div>