summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8516e8e)
raw | patch | inline | side by side (parent: 8516e8e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Aug 2010 15:21:23 +0000 (15:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Aug 2010 15:21:23 +0000 (15:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19346 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_stats.inc | patch | blob | history |
index 1629aeae674f3dcf7be0e95f6d2442de63c5c719..2ae68eaf85fe6173773247dcb06e556555a1bdaf 100644 (file)
// Get database handle, if it is invalid (NULL) return without creating stats
$res = stats::getDatabaseHandle();
- stats::dropTable($res);
+# stats::dropTable($res);
if(!$res) return;
// Ensure that 'clicks' and 'overallRenderTimer' are present and set correctly,