From 24e2bb3a9254f8f4f3ea72ec27a189dbca5f891d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Nov 2010 18:10:22 +0300 Subject: move print_label_select to functions.php --- functions.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 2d0f40615..bc3b28826 100644 --- a/functions.php +++ b/functions.php @@ -7086,4 +7086,28 @@ return true; } + + function print_label_select($link, $name, $value, $style = "") { + + $result = db_query($link, "SELECT caption FROM ttrss_labels2 + WHERE owner_uid = '".$_SESSION["uid"]."' ORDER BY caption"); + + print ""; + + + } + ?> -- cgit v1.2.3-54-g00ecf