[pLog-svn] r1947 - plog/branches/plog-1.0.1/class/summary/view

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu May 5 22:38:50 GMT 2005


Author: oscar
Date: 2005-05-05 22:38:49 +0000 (Thu, 05 May 2005)
New Revision: 1947

Modified:
   plog/branches/plog-1.0.1/class/summary/view/summarycachedview.class.php
Log:
Removed some useless debug stuff

Modified: plog/branches/plog-1.0.1/class/summary/view/summarycachedview.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/summary/view/summarycachedview.class.php	2005-05-05 20:46:05 UTC (rev 1946)
+++ plog/branches/plog-1.0.1/class/summary/view/summarycachedview.class.php	2005-05-05 22:38:49 UTC (rev 1947)
@@ -68,16 +68,12 @@
 		{
 		    // load the Locale object from the view context or initialize it now
 		    if( $this->_params->keyExists( "locale" )) {
-		        print("getting locale from context<br/>");
 		        $this->_locale = $this->_params->getValue( "locale" );
 		    }
-		    else {
-		        print("loading default locale<br/>");		        
+		    else {	        
 		        $config =& Config::getConfig();
 		        $this->_locale =& Locales::getLocale( $config->getValue("default_locale" ));		        
 		    }
-		    
-		    print("locale code = ".$this->_locale->getLocaleCode());
 		}
 		
 		function sendUncachedOutput()




More information about the pLog-svn mailing list