From ded956d517fac5b46040a0478eb8415b30ef0baa Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 27 Apr 2008 06:12:32 +0000 Subject: added ability to add search results to playlist, or download if batch downloaded is enabled, also fixed user browse sorting --- search.php | 1 + 1 file changed, 1 insertion(+) (limited to 'search.php') diff --git a/search.php b/search.php index 62165041..9f96e689 100644 --- a/search.php +++ b/search.php @@ -41,6 +41,7 @@ switch ($_REQUEST['action']) { } case 'search': require_once Config::get('prefix') . '/templates/show_search.inc.php'; + require_once Config::get('prefix') . '/templates/show_search_options.inc.php'; $results = run_search($_REQUEST); Browse::set_type('song'); Browse::set_static_content(1); -- cgit