#853 add empty value to select box of member extra vars

This commit is contained in:
akasima 2014-07-30 16:29:14 +09:00
parent 7d3aaf9f01
commit 969622a29c

View file

@ -582,6 +582,7 @@ class memberAdminView extends member
{
$template = '<select name="'.$formInfo->name.'" id="'.$formInfo->name.'">%s</select>';
$optionTag = array();
$optionTag[] = sprintf('<option value="">%s</option>', $lang->cmd_select);
if($extendForm->default_value)
{
foreach($extendForm->default_value as $v)