diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-04-05 20:06:28 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-04-05 20:06:28 +0000 |
commit | 35fd7da4307f186f07235176cdd009f5d2bfc9f6 (patch) | |
tree | cb6ead68760a388275f9591d032260c84c2f7627 | |
parent | 1786cac8b0a55cd8a892a206236c3e377e213c7e (diff) |
type error in prev commit
git-svn-id: http://piwigo.org/svn/trunk@28090 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_search.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_search.inc.php b/include/functions_search.inc.php index b823bcfaa..85cfeee78 100644 --- a/include/functions_search.inc.php +++ b/include/functions_search.inc.php @@ -1258,7 +1258,7 @@ function get_quick_search_results($q, $options) $where_clauses = array(); $where_clauses[]='i.id IN ('. implode(',', $ids) . ')'; - if (!empty($options['images_where')) + if (!empty($options['images_where'])) { $where_clauses[]='('.$images_where.')'; } |