summaryrefslogtreecommitdiff
path: root/include/controls.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-02 22:57:06 +0300
committerAndrew Dolgov <[email protected]>2017-07-02 22:57:06 +0300
commitd76d5e86d25e8450b8afa4ae27b26033dfd15f1e (patch)
treef83d29ca93797d9abf3aba135cbd1c8a38e1a158 /include/controls.php
parent7b994e4becc2f4926e92ca2cdb9bd394f2a3b174 (diff)
controls: disable print_feed_select (unused)
Diffstat (limited to 'include/controls.php')
-rw-r--r--include/controls.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/controls.php b/include/controls.php
index 0129db501..c3dbbfe18 100644
--- a/include/controls.php
+++ b/include/controls.php
@@ -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,
$root_id = false, $nest_level = 0) {
@@ -262,7 +262,7 @@ function print_feed_select($id, $default_id = "",
if (!$root_id) {
print "</select>";
}
-}
+}*/
function print_feed_cat_select($id, $default_id,
$attributes, $include_all_cats = true, $root_id = false, $nest_level = 0) {