From 4122da0290d7bdb85e94b3e4b509be3ee56c6356 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 May 2017 14:26:44 +0300 Subject: move getArticleFeed to Article move print_label_select to controls --- include/controls.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'include/controls.php') diff --git a/include/controls.php b/include/controls.php index 0c5683082..3ddf4fd9d 100644 --- a/include/controls.php +++ b/include/controls.php @@ -300,3 +300,28 @@ function format_inline_player($url, $ctype) { return ""; } + +function print_label_select($name, $value, $attributes = "") { + + $result = db_query("SELECT caption FROM ttrss_labels2 + WHERE owner_uid = '".$_SESSION["uid"]."' ORDER BY caption"); + + print ""; + + +} + -- cgit v1.2.3