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

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


Author: matt
Date: 2008-01-20 08:03:07 +0100 (Sun, 20 Jan 2008)
New Revision: 210

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


Modified: trunk/modules/ViewDataTable/Sparkline.php
===================================================================
--- trunk/modules/ViewDataTable/Sparkline.php	2008-01-20 06:59:52 UTC (rev 209)
+++ trunk/modules/ViewDataTable/Sparkline.php	2008-01-20 07:03:07 UTC (rev 210)
@@ -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, '../log.txt');
+		$sparkline->SetDebugLevel(DEBUG_ERROR | DEBUG_WARNING | DEBUG_STATS | DEBUG_CALLS, 'log.txt');
 		
 		$data = array_reverse($data);
 		$min = $max= $last = null;



More information about the Piwik-svn mailing list