Changeset 1529

Show
Ignore:
Timestamp:
12/14/07 05:55:34 (7 months ago)
Author:
armen
Message:

Optimized validation a bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/system/libraries/Validation.php

    r1528 r1529  
    348348                                 */ 
    349349                                $this->data[$field] = $rule($data); 
     350                                return; 
    350351                        } 
    351352