summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e3c0c9)
raw | patch | inline | side by side (parent: 1e3c0c9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Aug 2010 10:07:22 +0000 (10:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Aug 2010 10:07:22 +0000 (10:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19308 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/ldapmanager/addons/ldapmanager/class_csvimport.inc | patch | blob | history |
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_csvimport.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_csvimport.inc
index 8e1202e102ac4690774aed94d36874398df206bb..52d9e6a8f231f9ac1ecd25047a565c06ba97ebd3 100644 (file)
function csvimport (&$config, $dn= NULL)
{
+ $this->initTime = microtime(TRUE);
/* Include config object */
$this->config= &$config;
$this->ui = get_userinfo();
+ stats::log('plugin', $class = get_class($this), $category = array($this->acl_category), $action = 'open',
+ $amount = 1, $duration = (microtime(TRUE) - $this->initTime));
+
}
function execute()