added support for multi language column selection in configuration files

This commit is contained in:
john30
2017-04-17 09:56:46 +02:00
parent ac90586b15
commit 50d1aee7d3
12 changed files with 227 additions and 99 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ using std::ifstream;
#define RECONNECT_MISSING_SIGNAL 60
result_t UserList::getFieldMap(vector<string>& row, string& errorDescription) const {
result_t UserList::getFieldMap(vector<string>& row, string& errorDescription, const string preferLanguage) const {
// name,secret,level[,level]*
if (row.empty()) {
row.push_back("name");