From b15c91743dcf2ee0ad1717f8bd0fce6aa1969c81 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 14 May 2005 13:39:00 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'release-1_4_1'. git-svn-id: http://piwigo.org/svn/tags/release-1_4_1@790 68402e56-0260-453c-a942-63ccdbb3a9ee --- search.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index 4bf65c5be..3126b8462 100644 --- a/search.php +++ b/search.php @@ -114,7 +114,7 @@ if (isset($_POST['submit'])) } array_push($tokens, $token); } - $search_string.= implode(';', $tokens); + $search_string.= implode('--', $tokens); if (count($tokens) > 1) { $search_string.= '|AND'; @@ -204,6 +204,7 @@ include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames( array('search'=>'search.tpl') ); $template->assign_vars(array( + 'L_RETURN_HINT' => $lang['home_hint'], 'L_SEARCH_TITLE' => $lang['search_title'], 'L_SEARCH_OPTIONS' => $lang['search_options'], 'L_RETURN' => $lang['home'], -- cgit v1.2.3