[Piwik-svn] r214 - trunk/modules/ViewDataTable

svnmaster at piwik.org svnmaster at piwik.org
Sun Jan 20 08:13:09 CET 2008


Author: matt
Date: 2008-01-20 08:13:09 +0100 (Sun, 20 Jan 2008)
New Revision: 214

Modified:
   trunk/modules/ViewDataTable/Sparkline.php
Log:


Modified: trunk/modules/ViewDataTable/Sparkline.php
===================================================================
--- trunk/modules/ViewDataTable/Sparkline.php	2008-01-20 07:10:52 UTC (rev 213)
+++ trunk/modules/ViewDataTable/Sparkline.php	2008-01-20 07:13:09 UTC (rev 214)
@@ -61,7 +61,7 @@
 		$sparkline->SetColorHtml('blue', '#55AAFF');
 		$sparkline->SetColorHtml('green', '#75BF7C');
 //		$sparkline->SetDebugLevel(DEBUG_NONE);
-		$sparkline->SetDebugLevel(DEBUG_ERROR | DEBUG_WARNING | DEBUG_STATS | DEBUG_CALLS | DEBUG_DRAW, 'log.txt');
+//		$sparkline->SetDebugLevel(DEBUG_ERROR | DEBUG_WARNING | DEBUG_STATS | DEBUG_CALLS | DEBUG_DRAW, 'log.txt');
 		
 		$data = array_reverse($data);
 		$min = $max= $last = null;



More information about the Piwik-svn mailing list