mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
typo fix from Christian
This commit is contained in:
parent
62831250e1
commit
5d88ca4e00
@ -586,7 +586,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…
x
Reference in New Issue
Block a user