typo fix from Christian

This commit is contained in:
Ralf Becker 2006-10-29 12:49:05 +00:00
parent 62831250e1
commit 5d88ca4e00

View File

@ -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';