* A few fixes to standard MCI codes

* Load user groups properly
* Configurable/themeable date time formats
This commit is contained in:
Bryan Ashby 2015-07-22 21:35:35 -06:00
parent 40a4f8caba
commit 4288c5b2e9
6 changed files with 27 additions and 6 deletions

View file

@ -38,8 +38,7 @@ function getGroupsForUser(userId, cb) {
cb(err);
return;
} else {
console.log(row);
//groups[row.group_id]
groups[row.group_id] = row.group_name;
}
},
function complete() {