summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3a26d5)
raw | patch | inline | side by side (parent: a3a26d5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Mar 2010 14:25:23 +0000 (14:25 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Mar 2010 14:25:23 +0000 (14:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16494 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_filter.inc | patch | blob | history |
index 558c58943c4d0ade7b53bd0f26f367cff6a78443..f28f400c209e2b2f78dae8ea5ed98a05143eaff8 100644 (file)
// Move information
if (isset($this->searches[$method])) {
- $this->query= array_merge($this->searches[$method]['query']);
+ $this->query= $this->searches[$method]['query'];
if (!isset($this->query[0])) {
$this->query= array($this->query);
}