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

svnmaster at piwik.org svnmaster at piwik.org
Sun Jan 20 08:06:50 CET 2008


Author: matt
Date: 2008-01-20 08:06:50 +0100 (Sun, 20 Jan 2008)
New Revision: 211

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


Modified: trunk/modules/ViewDataTable/Sparkline.php
===================================================================
--- trunk/modules/ViewDataTable/Sparkline.php	2008-01-20 07:03:07 UTC (rev 210)
+++ trunk/modules/ViewDataTable/Sparkline.php	2008-01-20 07:06:50 UTC (rev 211)
@@ -60,8 +60,8 @@
 		$sparkline->SetColorHtml('red', '#FF7F7F');
 		$sparkline->SetColorHtml('blue', '#55AAFF');
 		$sparkline->SetColorHtml('green', '#75BF7C');
-		$sparkline->SetDebugLevel(DEBUG_NONE);
-		$sparkline->SetDebugLevel(DEBUG_ERROR | DEBUG_WARNING | DEBUG_STATS | DEBUG_CALLS, 'log.txt');
+//		$sparkline->SetDebugLevel(DEBUG_NONE);
+		$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