From d90868d719a4a620ff5c1f74457626c429196590 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 Nov 2010 14:10:26 +0300 Subject: rework filter dialogs to use dijit.Form --- functions.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index fe42ea43b..2dcf5d3fc 100644 --- a/functions.php +++ b/functions.php @@ -6794,23 +6794,24 @@ return true; } - function print_label_select($link, $name, $value, $style = "") { + function print_label_select($link, $name, $value, $attributes = "") { $result = db_query($link, "SELECT caption FROM ttrss_labels2 WHERE owner_uid = '".$_SESSION["uid"]."' ORDER BY caption"); print ""; -- cgit v1.2.3