git-svn-id: svn://192.168.0.12/source@189 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -1490,6 +1490,8 @@ void SFilterProcess::DataSpammersCount(QString _strFilter,QString _strCompanyNum
|
|||||||
QString strValue;
|
QString strValue;
|
||||||
if (setId.contains(nID)==false)
|
if (setId.contains(nID)==false)
|
||||||
setId.insert(nID);
|
setId.insert(nID);
|
||||||
|
else
|
||||||
|
continue;
|
||||||
strValue += QString::number(nID) + ",'";
|
strValue += QString::number(nID) + ",'";
|
||||||
strValue += strID + "',";
|
strValue += strID + "',";
|
||||||
strValue += QString::number(stIn.m_setNick.size()) + ",";
|
strValue += QString::number(stIn.m_setNick.size()) + ",";
|
||||||
|
|||||||
Reference in New Issue
Block a user