mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 14:47:26 +02:00
controls: disable print_feed_select (unused)
This commit is contained in:
parent
7b994e4bec
commit
d76d5e86d2
@ -168,7 +168,7 @@ function print_feed_multi_select($id, $default_ids = [],
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function print_feed_select($id, $default_id = "",
|
/*function print_feed_select($id, $default_id = "",
|
||||||
$attributes = "", $include_all_feeds = true,
|
$attributes = "", $include_all_feeds = true,
|
||||||
$root_id = false, $nest_level = 0) {
|
$root_id = false, $nest_level = 0) {
|
||||||
|
|
||||||
@ -262,7 +262,7 @@ function print_feed_select($id, $default_id = "",
|
|||||||
if (!$root_id) {
|
if (!$root_id) {
|
||||||
print "</select>";
|
print "</select>";
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
function print_feed_cat_select($id, $default_id,
|
function print_feed_cat_select($id, $default_id,
|
||||||
$attributes, $include_all_cats = true, $root_id = false, $nest_level = 0) {
|
$attributes, $include_all_cats = true, $root_id = false, $nest_level = 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user