summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-28 07:15:59 +0100
committerAndrew Dolgov <[email protected]>2006-03-28 07:15:59 +0100
commitad780e9ce960c8d2a98350b5f68986a4d07a6a88 (patch)
treed679c1eec3c307e352dd26fd78449c1052ce7e43
parentfb1fb4ab1facad22f9f9bfb868efa35500d90abf (diff)
cosmetic fix for previous patch (#55)
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index adb71be23..dc894568f 100644
--- a/functions.php
+++ b/functions.php
@@ -702,7 +702,7 @@
if ($last_error) {
$link_title = "Error: $last_error ($last_updated)";
- } else {
+ } else if ($last_updated) {
$link_title = "Updated: $last_updated";
}