Show
Ignore:
Timestamp:
01/21/2008 06:56:39 AM (12 months ago)
Author:
Geert
Message:

Cleaning up tons of whitespace:

  • Use tabs for indenting
  • Use spaces for aligning
  • Avoid whitespace at the end of a line
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Validation.php

    r1734 r1766  
    355355                        if (strpos($rule, '=') === 0) 
    356356                        { 
    357                                 $rule                           = substr($rule, 1); 
     357                                $rule               = substr($rule, 1); 
    358358                                $this->data[$field] = $rule($data); 
    359359                                return;