PHP Classes

A bug in parsing emails

Recommend this page to a friend!

      vCard Creator Full  >  All threads  >  A bug in parsing emails  >  (Un) Subscribe thread alerts  
Subject:A bug in parsing emails
Summary:A bug in parsing emails in the class.
Messages:1
Author:T
Date:2010-04-24 15:18:23
 

  1. A bug in parsing emails   Reply   Report abuse  
Picture of T T - 2010-04-24 15:18:23
Class VCardIFL-PHP5 has a bug in exporting emails (work, home ..etc) because in line 185:

$vcard = [...]

should be changed to:

$this->vcard = [...]