mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fixed wrong id in label of checkbox
This commit is contained in:
parent
85f4f36c5b
commit
7d5686a55c
@ -887,6 +887,7 @@
|
||||
);
|
||||
}
|
||||
$GLOBALS['phpgw_info']['etemplate']['to_process'][$form_name]['values'][] = $set_val;
|
||||
if (!$multiple) unset($set_val); // otherwise it will be added to the label
|
||||
}
|
||||
break;
|
||||
case 'radio': // size: value if checked
|
||||
|
Loading…
Reference in New Issue
Block a user