Show
Ignore:
Timestamp:
05/13/08 13:34:50 (3 months ago)
Author:
Geert
Message:

Fixed #606

Files:

Legend:

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

    r2637 r2670  
    2626        protected $callbacks = array(); 
    2727 
    28         // Rules that are allowed to run on empty file
     28        // Rules that are allowed to run on empty field
    2929        protected $empty_rules = array('required', 'matches'); 
    3030