Changeset 1464 for trunk/modules/forge/libraries/Form_Input.php
- Timestamp:
- 12/08/2007 01:01:13 AM (13 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
r1450 r1464 104 104 if ($val === NULL) 105 105 { 106 return form::label($this->name, $this->label); 106 if ($name = $this->name) 107 { 108 return form::label($name, $this->label); 109 } 107 110 } 108 111 else
