Fixed incorrect column names
This commit is contained in:
@@ -281,7 +281,7 @@ int modbUserList(stored_conn *sconn, modb_ref *modb, int with_deleted, int with_
|
||||
struct user_t *user;
|
||||
|
||||
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 = doUsersQuery(sconn, modb, wb, users, n_users);
|
||||
if (wb != 0) {
|
||||
|
||||
Reference in New Issue
Block a user