This is just some static backup of the original site, don't expect every link to work!

Changeset f7b110


Ignore:
Timestamp:
Jul 16, 2010, 4:36:38 PM (12 years ago)
Author:
rene <rene@…>
Branches:
ng_0.6, ng_0.8, ng_0.9
Children:
6c8ec7
Parents:
f0f993
Message:

ignore empty email addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_identityData.js

    rf0f993 rf7b110  
    2424
    2525function vI_identityData(email, fullName, id, smtp, extras, sideDescription, existingID) {
    26     this._email = email;
     26    this._email = email?email:"";
    2727    this._emailParsed = false;
    2828    this._fullName = fullName?fullName:"";
Note: See TracChangeset for help on using the changeset viewer.