summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-20 05:31:41 +0100
committerAndrew Dolgov <[email protected]>2006-08-20 05:31:41 +0100
commit9157e01592911ea048f14e13377ba1fec0ca91ba (patch)
tree0f408f90bc9105fc2de7a71f503ef22f125c9bfd /functions.php
parentda412ad3befdc3aadcd1ec2c9fc0bf8242ca0827 (diff)
implement new version checking (3)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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 "<div class=\"notice\"><a target=\"_new\" href=\"$release_url\">
New version of Tiny-Tiny RSS ($last_version) is available.</a></div>";
}