From: Andrew Dolgov Date: Tue, 20 Jan 2009 17:54:40 +0000 (+0100) Subject: dropdown: add create label entry X-Git-Tag: 1.3.0~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4f570f569f04d06ca943b153b67ab99f987ab9a3;p=tt-rss.git dropdown: add create label entry --- diff --git a/functions.php b/functions.php index f8253412..1cdcaa64 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");