]> git.wh0rd.org - tt-rss.git/commitdiff
cosmetic fix for previous patch (#55)
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 28 Mar 2006 06:15:59 +0000 (07:15 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 28 Mar 2006 06:15:59 +0000 (07:15 +0100)
functions.php

index adb71be231f2fc9ee96118e86e9847903aa41c20..dc894568f341076cfd1a5d709b1d421c332b6aa3 100644 (file)
 
                if ($last_error) {
                        $link_title = "Error: $last_error ($last_updated)";
-               } else {
+               } else if ($last_updated) {
                        $link_title = "Updated: $last_updated";
                }