summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5fb8c8)
raw | patch | inline | side by side (parent: f5fb8c8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Jul 2010 14:36:46 +0000 (14:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Jul 2010 14:36:46 +0000 (14:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19300 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_management.inc | patch | blob | history |
index 0c74ff20f981bb7b44dabd4ef58ddb3f855cb9ab..4c7b0ed11785928593a33251dd2eb0e75254e790 100644 (file)
$this->config = $config;
$this->initTime = microtime(TRUE);
- stats::log('management', $class = get_class($this), $action = __FUNCTION__, $amount = 1,
+ stats::log('management', $class = get_class($this), $action = 'open', $amount = 1,
$duration = (microtime(TRUE) - $this->initTime));
if($this->cpHandler) $this->headpage->setCopyPasteHandler($this->cpHandler);