From: Andrew Dolgov Date: Sun, 20 Aug 2006 04:31:41 +0000 (+0100) Subject: implement new version checking (3) X-Git-Tag: schema_freeze_for_1.2.2_(take_2)~15 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9157e01592911ea048f14e13377ba1fec0ca91ba;p=tt-rss.git implement new version checking (3) --- diff --git a/functions.php b/functions.php index 546a5f1d..99cea3e6 100644 --- a/functions.php +++ b/functions.php @@ -2386,7 +2386,7 @@ $release_url = $last_item["link"]; - if ($cur_version == $last_version) { + if ($cur_version != $last_version) { return "
New version of Tiny-Tiny RSS ($last_version) is available.
"; }