From 74b3c0a9677c7ae1264052fa6ad43314adfdfd5b Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 6 Feb 2007 12:17:23 +0000 Subject: [PATCH] Fix for #2169 - simple search is broken --- campcaster/src/modules/htmlUI/var/ui_conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/htmlUI/var/ui_conf.php b/campcaster/src/modules/htmlUI/var/ui_conf.php index 5e7191b08..4fcd40b45 100644 --- a/campcaster/src/modules/htmlUI/var/ui_conf.php +++ b/campcaster/src/modules/htmlUI/var/ui_conf.php @@ -68,7 +68,7 @@ define('UI_MDATA_VALUE_FORMAT_FILE', 'File'); define('UI_MDATA_VALUE_FORMAT_STREAM', 'live stream'); // Search/Browse preferences -define('UI_SIMPLESEARCH_FILETYPE', 'File'); +define('UI_SIMPLESEARCH_FILETYPE', 'Audioclip'); define('UI_SIMPLESEARCH_OPERATOR', 'OR'); define('UI_SIMPLESEARCH_LIMIT', 10); define('UI_SIMPLESEARCH_ROWS', 3);