summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ed10a9)
raw | patch | inline | side by side (parent: 8ed10a9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 May 2006 04:36:00 +0000 (04:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 May 2006 04:36:00 +0000 (04:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3551 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions_helpviewer.inc | patch | blob | history |
index 874f24b3f02958c43b9a7c221cfe0fc3440183e7..aad1af72bdba734392a8ffa8307023c3137c990a 100644 (file)
/* Filter in Tag results*/
if(count($matches[0])){
foreach($matches[0] as $num=>$hit){
- if(isset($arr[$key]['content']) && (is_in_tag($arr[$key]['content'],$hit[1]))){
+ if(isset($arr[$keys][$key]['content']) && (is_in_tag($arr[$keys][$key]['content'],$hit[1]))){
unset($matches[0][$num]);
}
}