Changeset 2538
- Timestamp:
- 04/20/2008 12:38:26 PM (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
releases/2.1.2/modules/forge/libraries/Form_Group.php
r1923 r2538 61 61 else 62 62 { 63 $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($ this->data['label'])) : $val;63 $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($val)) : $val; 64 64 return $this; 65 65 }
