From 0b74db5ad7b3b93cf97b7fa65b467f929f6b232f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Mar 2019 20:02:06 +0300 Subject: remove feedbrowser (other feeds) --- update.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index 21aa09d01..1dc2efd91 100755 --- a/update.php +++ b/update.php @@ -22,7 +22,6 @@ init_plugins(); $longopts = array("feeds", - "feedbrowser", "daemon", "daemon-loop", "task:", @@ -78,7 +77,6 @@ print "Tiny Tiny RSS data update script.\n\n"; print "Options:\n"; print " --feeds - update feeds\n"; - print " --feedbrowser - update feedbrowser\n"; print " --daemon - start single-process update daemon\n"; print " --task N - create lockfile using this task id\n"; print " --cleanup-tags - perform tags table maintenance\n"; @@ -181,11 +179,6 @@ PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op); } - if (isset($options["feedbrowser"])) { - $count = RSSUtils::update_feedbrowser_cache(); - print "Finished, $count feeds processed.\n"; - } - if (isset($options["daemon"])) { while (true) { $quiet = (isset($options["quiet"])) ? "--quiet" : ""; -- cgit v1.2.3