- Timestamp:
- 05/13/2008 12:34:50 PM (6 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Validation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Validation.php
r2637 r2670 26 26 protected $callbacks = array(); 27 27 28 // Rules that are allowed to run on empty fi les28 // Rules that are allowed to run on empty fields 29 29 protected $empty_rules = array('required', 'matches'); 30 30
