Changeset 1461 for trunk/modules/forge/libraries/Form_Hidden.php
- Timestamp:
- 12/07/2007 09:17:50 PM (13 months ago)
- Files:
-
- 1 copied
-
trunk/modules/forge/libraries/Form_Hidden.php (copied) (copied from trunk/modules/forge/libraries/Form_Hidden.php) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Hidden.php
r1452 r1461 9 9 ); 10 10 11 protected $protect = array('type' );11 protected $protect = array('type', 'label'); 12 12 13 p rotected function html_element()13 public function html() 14 14 { 15 15 $data = $this->data; 16 17 unset($data['label']);18 16 19 17 return form::hidden($data);
