Fixed incorrect column names
This commit is contained in:
@@ -243,7 +243,7 @@ int modbGroupList(stored_conn *sconn, modb_ref *modb, int with_deleted, int with
|
||||
struct group_t *group;
|
||||
|
||||
if (with_deleted == 0) {
|
||||
wb = where(0, "deleted_on", IS_NULL, TYPE_RAW, 0, 0);
|
||||
wb = where(0, "deleted", IS_NULL, TYPE_RAW, 0, 0);
|
||||
}
|
||||
res = doGroupsQuery(sconn, modb, wb, groups, n_groups);
|
||||
if (wb != 0) {
|
||||
|
||||
Reference in New Issue
Block a user