diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-08-20 05:27:48 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-08-20 05:27:48 +0100 |
| commit | b72c3ef80198f62ef8d7923512570a9520242c98 (patch) | |
| tree | 31c2f4f23d2b98f4662dc2fdf6aa4754a3512543 /backend.php | |
| parent | 95322e1224cd75fc39dc98e28d4ef2268c6a58b5 (diff) | |
implement new version checking
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php index 36fe32537..a218ff54f 100644 --- a/backend.php +++ b/backend.php @@ -2976,6 +2976,8 @@ } else { + print check_for_update($link); + if (!SINGLE_USER_MODE) { $result = db_query($link, "SELECT id,email FROM ttrss_users |