Changeset 2707

Show
Ignore:
Timestamp:
05/28/2008 04:58:51 PM (6 months ago)
Author:
Shadowhand
Message:

Merged r2706 into 2.1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/2.1.2/modules/forge/libraries/Form_Dropdown.php

    r1923 r2707  
    3535                $base_data = $this->data; 
    3636 
     37                unset($base_data['label']); 
     38 
    3739                // Get the options and default selection 
    3840                $options = arr::remove('options', $base_data);