mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 09:21:27 +00:00
properly show ttrss_feeds.private in feed editor
This commit is contained in:
@@ -305,6 +305,14 @@
|
||||
|
||||
print "<div style=\"line-height : 100%\">";
|
||||
|
||||
$private = sql_bool_to_bool(db_fetch_result($result, 0, "private"));
|
||||
|
||||
if ($private) {
|
||||
$checked = "checked";
|
||||
} else {
|
||||
$checked = "";
|
||||
}
|
||||
|
||||
print "<input type=\"checkbox\" name=\"private\" id=\"private\"
|
||||
$checked> <label for=\"private\">".__('Hide from "Other Feeds"')."</label>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user