equal
deleted
inserted
replaced
513 |
513 |
514 //fallback option incase of db operation failure or enry not found in DB |
514 //fallback option incase of db operation failure or enry not found in DB |
515 //populate from data plugins |
515 //populate from data plugins |
516 if (!isEntryInDb || err != KErrNone) |
516 if (!isEntryInDb || err != KErrNone) |
517 { |
517 { |
518 int id = iMmsDataPlugin->setMessageId(entry.EntryId()); |
518 int error = iMmsDataPlugin->setMessageId(entry.EntryId()); |
519 if(id <= 0) |
519 if(error != KErrNone) |
520 { |
520 { |
521 // skip all |
521 // skip all |
522 return; |
522 return; |
523 } |
523 } |
524 int msgProperty = 0; |
524 int msgProperty = 0; |