diff --git a/ZRColaCompile/dbsource.cpp b/ZRColaCompile/dbsource.cpp index fde2a64..c254e2a 100644 --- a/ZRColaCompile/dbsource.cpp +++ b/ZRColaCompile/dbsource.cpp @@ -865,7 +865,7 @@ bool ZRCola::DBSource::SelectCharacters(com_obj& rs) const // Open it. if (FAILED(rs->Open(variant( - L"SELECT DISTINCT [znak], [opis_en], [klj_bes_en], [kat], [znak_v], [znak_m] " + L"SELECT DISTINCT [znak], [opis_en], [kat], [znak_v], [znak_m] " L"FROM [VRS_CharList] " L"WHERE " L"[aktiven]=1 AND " // Active characters only @@ -919,14 +919,6 @@ bool ZRCola::DBSource::GetCharacter(const com_obj& rs, character& } ZRCola::DBSource::character_desc_idx::parse_keywords(chr.desc.c_str(), chr.terms); - wstring keywords; - { - com_obj f; - wxVERIFY(SUCCEEDED(flds->get_Item(variant(L"klj_bes_en"), &f))); - wxCHECK(GetValue(f, keywords), false); - } - ZRCola::DBSource::character_desc_idx::parse_keywords(keywords.c_str(), chr.terms); - { com_obj f; wxVERIFY(SUCCEEDED(flds->get_Item(variant(L"kat"), &f)));