* A few fixes to standard MCI codes
* Load user groups properly * Configurable/themeable date time formats
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user