hgdf
This commit is contained in:
@@ -268,6 +268,7 @@ export default (router, tpl) => {
|
||||
WHERE
|
||||
${db.unsafe(modeQuery)}
|
||||
AND items.active = true
|
||||
AND COALESCE(items.visibility, 0) = 0
|
||||
${excludeSwfSQL}
|
||||
${excludePdfSQL}
|
||||
${excludeArchiveSQL}
|
||||
@@ -292,6 +293,7 @@ export default (router, tpl) => {
|
||||
WHERE
|
||||
${db.unsafe(modeQuery)}
|
||||
AND items.active = true
|
||||
AND COALESCE(items.visibility, 0) = 0
|
||||
${excludeSwfSQL}
|
||||
${excludePdfSQL}
|
||||
${excludeArchiveSQL}
|
||||
|
||||
Reference in New Issue
Block a user