cosmetic fix for previous patch (#55)

This commit is contained in:
Andrew Dolgov 2006-03-28 07:15:59 +01:00
parent fb1fb4ab1f
commit ad780e9ce9
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@
if ($last_error) {
$link_title = "Error: $last_error ($last_updated)";
} else {
} else if ($last_updated) {
$link_title = "Updated: $last_updated";
}