mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
typo fix from Christian
This commit is contained in:
parent
62831250e1
commit
5d88ca4e00
@ -586,7 +586,7 @@
|
||||
}
|
||||
break;
|
||||
case 'TRANSP':
|
||||
if($version = '1.0') {
|
||||
if($version == '1.0') {
|
||||
$vcardData['non_blocking'] = $attributes['value'] == 1;
|
||||
} else {
|
||||
$vcardData['non_blocking'] = $attributes['value'] == 'TRANSPARENT';
|
||||
|
Loading…
Reference in New Issue
Block a user