[Piwik-svn] r407 - trunk/modules

svnmaster at piwik.org svnmaster at piwik.org
Sun Mar 23 02:37:01 CET 2008


Author: matt
Date: 2008-03-23 02:37:00 +0100 (Sun, 23 Mar 2008)
New Revision: 407

Modified:
   trunk/modules/ViewDataTable.php
Log:
- do not code very hard after 2am after a long day (I shall remember this)

Modified: trunk/modules/ViewDataTable.php
===================================================================
--- trunk/modules/ViewDataTable.php	2008-03-23 01:33:50 UTC (rev 406)
+++ trunk/modules/ViewDataTable.php	2008-03-23 01:37:00 UTC (rev 407)
@@ -333,11 +333,6 @@
 			$requestString .= '&expanded=1';
 		}
 		
-		if( $this->idSubtable !== false)
-		{
-			$requestString .= '&idSubtable='.$this->idSubtable;
-		}
-		
 		$toSetEventually = array(
 			'filter_limit',
 			'filter_sort_column',



More information about the Piwik-svn mailing list