Changeset 1442
- Timestamp:
- 12/07/2007 12:46:30 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Input.php
r1441 r1442 99 99 else 100 100 { 101 $this->label = ($val === TRUE) ? uc first($this->name) : $val;101 $this->label = ($val === TRUE) ? ucwords(str_replace('_', ' ', $this->name)) : $val; 102 102 return $this; 103 103 }
