[pLog-svn] r3778 - plog/trunk/class/summary/action

reto at devel.lifetype.net reto at devel.lifetype.net
Mon Jul 24 00:42:53 GMT 2006


Author: reto
Date: 2006-07-24 00:42:52 +0000 (Mon, 24 Jul 2006)
New Revision: 3778

Modified:
   plog/trunk/class/summary/action/summaryaction.class.php
Log:
- fixed some typo
- commetic changes

Modified: plog/trunk/class/summary/action/summaryaction.class.php
===================================================================
--- plog/trunk/class/summary/action/summaryaction.class.php	2006-07-24 00:27:26 UTC (rev 3777)
+++ plog/trunk/class/summary/action/summaryaction.class.php	2006-07-24 00:42:52 UTC (rev 3778)
@@ -37,7 +37,7 @@
 
 		    // check if there's something in the request... 
 		    // if not, check the session or at least try to 
-			// guess the apropriate languege from the http_accept_lnaguage string
+			// guess the apropriate language from the http_accept_language string
 		    if( $requestLocale ) {
 		        // check if it's a valid one
 		        if( Locales::isValidLocale( $requestLocale )) {
@@ -55,8 +55,6 @@
 				}
 		    }
 		    
-			
-			
 		    // check if the locale code is correct
 			// and as a valid resort, use the default one if the locale ist not valid or 'false'
 		    if( $localeCode === false || !Locales::isValidLocale( $localeCode ) ) {



More information about the pLog-svn mailing list