From 4f570f569f04d06ca943b153b67ab99f987ab9a3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Jan 2009 18:54:40 +0100 Subject: dropdown: add create label entry --- functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.php b/functions.php index f8253412b..1cdcaa644 100644 --- a/functions.php +++ b/functions.php @@ -4053,6 +4053,9 @@ //print "
  • --------
  • "; print "
  • ".__('Assign label:')."
  • "; + print "
  • +   ".__("Create label...")."
  • "; + $result = db_query($link, "SELECT id, caption FROM ttrss_labels2 WHERE owner_uid = '".$_SESSION["uid"]."' ORDER BY caption"); -- cgit v1.2.3