From fc06063e2b4d0739ec8b808bd9b6fa325074b7f7 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 2 Aug 2010 15:21:23 +0000 Subject: [PATCH] Removed debug value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19346 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_stats.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_stats.inc b/gosa-core/include/class_stats.inc index 1629aeae6..2ae68eaf8 100644 --- a/gosa-core/include/class_stats.inc +++ b/gosa-core/include/class_stats.inc @@ -158,7 +158,7 @@ class stats // 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, -- 2.30.2