[pLog-svn] r5860 - in plog/branches/lifetype-1.2/class: data/forms summary/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Aug 22 16:45:03 EDT 2007


Author: jondaley
Date: 2007-08-22 16:45:03 -0400 (Wed, 22 Aug 2007)
New Revision: 5860

Modified:
   plog/branches/lifetype-1.2/class/data/forms/formvalidator.class.php
   plog/branches/lifetype-1.2/class/summary/action/dofinishregister.class.php
Log:
whitespace only - random long lines.

Modified: plog/branches/lifetype-1.2/class/data/forms/formvalidator.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/forms/formvalidator.class.php	2007-08-22 20:44:22 UTC (rev 5859)
+++ plog/branches/lifetype-1.2/class/data/forms/formvalidator.class.php	2007-08-22 20:45:03 UTC (rev 5860)
@@ -91,7 +91,7 @@
 			$validationResult = false;
 			$finalValidationResult = true;
 			
-			foreach( $this->_fieldValidators as $fieldName => $fieldValidationArrayInfo ) {			
+			foreach( $this->_fieldValidators as $fieldName => $fieldValidationArrayInfo ) {
 				// get the validator object
 				$fieldValidatorClass = $fieldValidationArrayInfo["validator"];
 				// and whether we should use it always or only when the field has a non-empty value

Modified: plog/branches/lifetype-1.2/class/summary/action/dofinishregister.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/summary/action/dofinishregister.class.php	2007-08-22 20:44:22 UTC (rev 5859)
+++ plog/branches/lifetype-1.2/class/summary/action/dofinishregister.class.php	2007-08-22 20:45:03 UTC (rev 5860)
@@ -51,7 +51,7 @@
         function perform()
         {
             $this->_view = new SummaryView( "registererror" );
-            $this->need_confirm = $this->_config->getValue("need_email_confirm_registration");	        
+            $this->need_confirm = $this->_config->getValue("need_email_confirm_registration");
 	        
             $userId = $this->createUser();
             if( !$userId )



More information about the pLog-svn mailing list