Code

Updated dumpTable function
[gosa.git] / gosa-core / include / class_management.inc
index 05070256b419b37265c6fecf83aae4ceebc3c737..e4b9c9ac500e193cba50ab45f3ca0b6622eba106 100644 (file)
@@ -203,7 +203,11 @@ class management
 
       $this->snapHandler->setSnapshotBases($bases);
     }
-  
+    // Create statistic table entry 
+    stats::log('management', $class = get_class($this), $this->getAclCategories(),  $action = 'view',
+            $amount = 1, $duration = (microtime(TRUE) - $this->initTime));
     // Display list
     return($this->renderList());
   }