mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
typo fix from Christian
This commit is contained in:
parent
15ca67e8b8
commit
7c70498b4c
@ -571,7 +571,7 @@
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'TRANSP':
|
case 'TRANSP':
|
||||||
if($version = '1.0') {
|
if($version == '1.0') {
|
||||||
$vcardData['non_blocking'] = $attributes['value'] == 1;
|
$vcardData['non_blocking'] = $attributes['value'] == 1;
|
||||||
} else {
|
} else {
|
||||||
$vcardData['non_blocking'] = $attributes['value'] == 'TRANSPARENT';
|
$vcardData['non_blocking'] = $attributes['value'] == 'TRANSPARENT';
|
||||||
|
Loading…
Reference in New Issue
Block a user