mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01: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)
|
||||
{
|
||||
case 'description':
|
||||
case 'label':
|
||||
$attr['label'] = $attr['value'];
|
||||
unset($attr['value']);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user