X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Fcontrols.php;h=3ddf4fd9d17a3efd7b5728ba078b7329ecf536a8;hb=4122da0290d7bdb85e94b3e4b509be3ee56c6356;hp=0c5683082db0ea272fd84838d951425f6ffb1fe8;hpb=e60d5b0a84d8ef1035c1b717124ab8db38f28dfc;p=tt-rss.git diff --git a/include/controls.php b/include/controls.php index 0c568308..3ddf4fd9 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 ""; + + +} +