From 9157e01592911ea048f14e13377ba1fec0ca91ba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Aug 2006 05:31:41 +0100 Subject: implement new version checking (3) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 546a5f1d5..99cea3e6f 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.
"; } -- cgit v1.2.3