Code

Applied in_array strict patches from trunk
[gosa.git] / gosa-core / plugins / generic / statistics / chartClasses / class_passwordChangeChart.inc
index a2fb8d93f323a2efd56eeffb50e3f885a6451d48..ddcfc48e83c05d1b4b4b1a02403706da553007ed 100644 (file)
@@ -24,7 +24,7 @@ class passwordChangeChart extends statChart
         $dataBase = $gData['usedPasswordHashes'];
     
         foreach($dataBase as $category => $entriesPerDate){
-            if(empty($category) || in_array($category, $this->skipSeries)) continue;
+            if(empty($category) || in_array_strict($category, $this->skipSeries)) continue;
 
             // Add results to our data set.
             $dataSet->AddPoint($entriesPerDate, $category);