typo fix from Christian

This commit is contained in:
Ralf Becker 2006-10-29 12:51:06 +00:00
parent 15ca67e8b8
commit 7c70498b4c

View File

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