From: Andrew Dolgov Date: Tue, 28 Mar 2006 06:15:59 +0000 (+0100) Subject: cosmetic fix for previous patch (#55) X-Git-Tag: 1.1.5~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ad780e9ce960c8d2a98350b5f68986a4d07a6a88;p=tt-rss.git cosmetic fix for previous patch (#55) --- diff --git a/functions.php b/functions.php index adb71be2..dc894568 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"; }