diff --git a/pandora_console/operation/search_results.php b/pandora_console/operation/search_results.php index 76638e3525..3903ddca19 100644 --- a/pandora_console/operation/search_results.php +++ b/pandora_console/operation/search_results.php @@ -33,7 +33,7 @@ foreach ($arrayKeywords as $keyword) { array_push($temp, '%'.$keyword.'%'); } -$stringSearchSQL = implode(' ', $temp); +$stringSearchSQL = implode('', $temp); $stringSearchSQL = str_replace('_', '\_', $stringSearchSQL); $_SESSION['stringSearchSQL'] = $stringSearchSQL; @@ -206,7 +206,7 @@ ui_print_standard_header( ); $only_count = false; - +hd(io_safe_input($_SESSION['stringSearchSQL']), true); switch ($searchTab) { case 'main': $only_count = true;