git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12976
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
if (empty($this->possible_values)) $this->possible_values = array();
}
if (empty($this->possible_values)) $this->possible_values = array();
+ if (!is_array($this->possible_values)) $this->possible_values = array($this->possible_values);
//FIXME: $this->aExtraAttribs probably should only be used in one place
$oTemplate->assign('input_widget', addInput('add_' . $this->name, '', 38, 0, $this->aExtraAttribs));
//FIXME: $this->aExtraAttribs probably should only be used in one place
$oTemplate->assign('input_widget', addInput('add_' . $this->name, '', 38, 0, $this->aExtraAttribs));