Changeset 2537 for trunk/modules/forge/libraries/Form_Group.php
- Timestamp:
- 04/20/2008 12:35:52 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Group.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Group.php
r2470 r2537 63 63 else 64 64 { 65 $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($ this->data['label'])) : $val;65 $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($val)) : $val; 66 66 return $this; 67 67 }
