Changeset 2984
- Timestamp:
- 07/07/2008 02:09:18 PM (5 months ago)
- Files:
-
- 1 modified
-
tags/2.1.3/modules/forge/libraries/Form_Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/2.1.3/modules/forge/libraries/Form_Input.php
r2705 r2984 496 496 { 497 497 // Field does not match 498 $this->errors['matches'] = array($input-> name);498 $this->errors['matches'] = array($input->label ? utf8::strtolower($input->label) : $input->name); 499 499 break; 500 500 }
