Merge branch 'f0ckdev' into 'master'

mrhankypower

See merge request !98
This commit is contained in:
Flummi 2017-03-22 01:59:38 +00:00
commit 5665aa48fd

View File

@ -19,7 +19,7 @@ module.exports = (lib) => {
params.in.push(name);
}
let vars = params.in.concat(exc);
let vars = params.in.concat(params.not);
params.in = new Array(params.in.length).fill('username LIKE ?');
params.out = params.in.length > 0 ? [] : new Array(params.out.length).fill('username NOT LIKE ?');