[Piwik-svn] r330 - trunk/modules

svnmaster at piwik.org svnmaster at piwik.org
Sat Mar 8 23:02:07 CET 2008


Author: matt
Date: 2008-03-08 23:02:07 +0100 (Sat, 08 Mar 2008)
New Revision: 330

Modified:
   trunk/modules/Config.php
Log:
remove message string

Modified: trunk/modules/Config.php
===================================================================
--- trunk/modules/Config.php	2008-03-08 21:30:25 UTC (rev 329)
+++ trunk/modules/Config.php	2008-03-08 22:02:07 UTC (rev 330)
@@ -74,8 +74,7 @@
 		if($this->configFileUpdated === true 
 			&& $this->doWriteFileWhenUpdated === true)
 		{
-			print("write ini file changed");
-			
+		
 			$configFile = "; <?php exit; ?> DO NOT REMOVE THIS LINE\n";
 			$configFile .= "; file automatically generated during the piwik installation process (and updated later by some other modules)\n";
 			



More information about the Piwik-svn mailing list