From f175937c783eb55371fd7aee2ff338ce2aff5aa8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Sep 2005 07:04:02 +0100 Subject: fix typo in search, add view limiting dropbox, change default headlines height to 10% --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index d572ee780..e6ef6589a 100644 --- a/functions.php +++ b/functions.php @@ -297,8 +297,8 @@ } - function print_select($id, $default, $values) { - print ""; foreach ($values as $v) { if ($v == $default) $sel = " selected"; -- cgit v1.2.3