aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-03-25 13:07:57 +0000
committerplegall <plg@piwigo.org>2014-03-25 13:07:57 +0000
commitb4e1dd3c733b70738e25712b6d3f5b7065edf1e9 (patch)
tree0d692ea1a124fcdf58ba52e2d344b0e1762b2d28
parent9ce59f1af3895ea827e90ceb3f6a9a27ec4357fb (diff)
fix typo (bad merge from trunk)
git-svn-id: http://piwigo.org/svn/branches/2.5@27934 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/functions_search.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/functions_search.inc.php b/include/functions_search.inc.php
index 8e474019a..ceb9b82e7 100644
--- a/include/functions_search.inc.php
+++ b/include/functions_search.inc.php
@@ -129,8 +129,7 @@ function get_sql_search_clause($search)
$search['fields']['allwords']['mode'].
"\n ",
$word_clauses
- )
- );
+ );
}
foreach (array('date_available', 'date_creation') as $datefield)