X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fgeneric%2Fstatistics%2Fclass_statistics.inc;h=a74335c38c94745b37c9d7d335c88f69ae1e15b3;hb=9326e9b1f918d8454ed1e19da954bf1f2e13d758;hp=aaedbbee13238dec2f9c85281e53932b487179bb;hpb=fdbc31bfa436327a9f2d01bd4a758069e8bff709;p=gosa.git diff --git a/gosa-core/plugins/generic/statistics/class_statistics.inc b/gosa-core/plugins/generic/statistics/class_statistics.inc index aaedbbee1..a74335c38 100644 --- a/gosa-core/plugins/generic/statistics/class_statistics.inc +++ b/gosa-core/plugins/generic/statistics/class_statistics.inc @@ -366,12 +366,12 @@ class statistics extends plugin $gData['objectCountPerInterval'] = array(); foreach($res['objectCountPerInterval'] as $category => $data){ if(empty($category)) continue; - if(in_array($category,$mapSystems)){ + if(in_array_strict($category,$mapSystems)){ $category = 'systems'; } // Skip series which are not interesting for us - if(!in_array($category,array('users','groups','department','systems','ogroups','fai'))){ + if(!in_array_strict($category,array('users','groups','department','systems','ogroups','fai'))){ $category = 'remaining'; }