1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 10:31:29 +00:00

js: code cleanup

This commit is contained in:
Andrew Dolgov
2010-11-07 12:11:05 +03:00
parent b4fdbcf4b7
commit 50eefedbfd
8 changed files with 48 additions and 87 deletions

View File

@@ -286,7 +286,7 @@
return;
}
if ($subop == "forceUpdateAllFeeds" || $subop == "updateAllFeeds") {
if ($subop == "updateAllFeeds") {
$global_unread_caller = sprintf("%d", $_REQUEST["uctr"]);
$global_unread = getGlobalUnread($link);