mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
allow <label ...> to be imported as well as <description ...>
This commit is contained in:
parent
c4f5c280da
commit
b09efe7676
@ -392,6 +392,7 @@
|
|||||||
switch ($tag)
|
switch ($tag)
|
||||||
{
|
{
|
||||||
case 'description':
|
case 'description':
|
||||||
|
case 'label':
|
||||||
$attr['label'] = $attr['value'];
|
$attr['label'] = $attr['value'];
|
||||||
unset($attr['value']);
|
unset($attr['value']);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user