#680454 by Amitaibu: Initalize variable in _options_properties().

merge-requests/26/head
Angie Byron 2010-01-10 16:50:36 +00:00
parent d5bd559cc5
commit 00b27f694a
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ function _options_properties($type, $multiple, $required) {
'optgroups' => FALSE,
);
$properties = array();
switch ($type) {
case 'select':
$properties = array(