mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#853 add empty value to select box of member extra vars
This commit is contained in:
parent
7d3aaf9f01
commit
969622a29c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue