Changeset 2707
- Timestamp:
- 05/28/2008 04:58:51 PM (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
releases/2.1.2/modules/forge/libraries/Form_Dropdown.php
r1923 r2707 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);
