Changeset 2670 for trunk

Show
Ignore:
Timestamp:
05/13/2008 12:34:50 PM (6 months ago)
Author:
Geert
Message:

Fixed #606

Files:
1 modified

Legend:

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

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