Changeset 2706
- Timestamp:
- 05/28/2008 04:58:17 PM (6 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Dropdown.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Dropdown.php
r1923 r2706 35 35 $base_data = $this->data; 36 36 37 unset($base_data['label']); 38 37 39 // Get the options and default selection 38 40 $options = arr::remove('options', $base_data);
