From f26509175a58d09a74fe4ee9e3c906c9c839fec1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 31 Oct 2006 07:32:16 +0100 Subject: allow converting global search results into labels --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 52598fbfd..889274c4e 100644 --- a/functions.php +++ b/functions.php @@ -2656,7 +2656,7 @@ Feed"; print ""; - if ($search && $feed_id > 0 && get_pref($link, 'ENABLE_LABELS') && GLOBAL_ENABLE_LABELS) { + if ($search && $feed_id >= 0 && get_pref($link, 'ENABLE_LABELS') && GLOBAL_ENABLE_LABELS) { print " -- cgit v1.2.3