";
if ($param == 1) {
print __("Update daemon is enabled in configuration, but daemon
process is not running, which prevents all feeds from updating. Please
start the daemon process or contact instance owner.");
}
if ($param == 2) {
$msg = check_for_update($link, false);
if (!$msg) {
print __("You are running the latest version of Tiny Tiny RSS. The
fact that you are seeing this dialog is probably a bug.");
} else {
print $msg;
}
}
print "
";
print "
";
print "";
print "
";
return;
}
if ($id == "quickAddFeed") {
print "
".__('Subscribe to feed')."
";
print "
";
print "";
print "
";
return;
}
if ($id == "search") {
print "
".__('Search')."
";
print "
";
print "";
print "
";
print "
";
return;
}
if ($id == "quickAddLabel") {
print "
";
print __("These feeds have not been updated because of errors:");
$result = db_query($link, "SELECT id,title,feed_url,last_error
FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
print "
";
while ($line = db_fetch_assoc($result)) {
print "