PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » Contact_Vcard_Parse » Bug #7395

PHP Notice: Undefined offset

Details

Submitted2006-04-14 09:47 UTC
Fromminakov at mail dot ru
StatusBogus
PackageContact_Vcard_Parse
PHP Version5.0.3
OSxp
Roadmaps(Not assigned)

Comments

[2006-04-14 09:47 UTC] minakov at mail dot ru

Description:
------------
PHP Notice: Undefined offset: 1 in Contact_Vcard_Parse.php on line 550

BEGIN:VCARD
VERSION:2.1
N:Minakov;Vladimir
EMAIL;INTERNET;PREF:minakov@mail.ru
END:VCARD

// list of all parameter values
$listall = (sizeOf($tmp) == 1) ? $key : trim($tmp[1]);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^