- bug 101 fixed: correction reported from branch 1.4
git-svn-id: http://piwigo.org/svn/trunk@867 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f7b777c90a
commit
2e8a34adc7
4 changed files with 7 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue