From: hickert Date: Mon, 2 Aug 2010 15:21:23 +0000 (+0000) Subject: Removed debug value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fc06063e2b4d0739ec8b808bd9b6fa325074b7f7;p=gosa.git Removed debug value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19346 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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,