Changeset 2670
- Timestamp:
- 05/13/08 13:34:50 (2 months ago)
- Files:
-
- trunk/system/libraries/Validation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
