Lines 307-313
void ProMan::LoadNewsMapFromGlobalProfil
Link Here
|
307 |
if (globalProfile->Read(GBL_CFG_NET_THE_NEWS, &theNews) && |
307 |
if (globalProfile->Read(GBL_CFG_NET_THE_NEWS, &theNews) && |
308 |
(globalProfile->Read(GBL_CFG_NET_NEWS_LAST_TIME, &lastDownloadNewsStr))) { |
308 |
(globalProfile->Read(GBL_CFG_NET_NEWS_LAST_TIME, &lastDownloadNewsStr))) { |
309 |
if ((!theNews.IsEmpty()) && |
309 |
if ((!theNews.IsEmpty()) && |
310 |
(NULL != lastDownloadNews.ParseFormat( |
310 |
(0 != lastDownloadNews.ParseFormat( |
311 |
lastDownloadNewsStr, NEWS_LAST_TIME_FORMAT))) { |
311 |
lastDownloadNewsStr, NEWS_LAST_TIME_FORMAT))) { |
312 |
newsMap[groupName] = NewsData(theNews, lastDownloadNews); |
312 |
newsMap[groupName] = NewsData(theNews, lastDownloadNews); |
313 |
|
313 |
|