mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
remove deprecated condition
This commit is contained in:
parent
fff75d4d86
commit
872ea25d00
@ -41,7 +41,7 @@ source hostPage : common
|
|||||||
WHERE `hostPageDescription`.`hostPageId` = `hostPage`.`hostPageId`) AS `keywords` \
|
WHERE `hostPageDescription`.`hostPageId` = `hostPage`.`hostPageId`) AS `keywords` \
|
||||||
FROM `hostPage` \
|
FROM `hostPage` \
|
||||||
JOIN `host` ON (`host`.`hostId` = `hostPage`.`hostId`) \
|
JOIN `host` ON (`host`.`hostId` = `hostPage`.`hostId`) \
|
||||||
WHERE `host`.`status` = '1' AND `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL AND `hostPage`.`mime` IS NOT NULL \
|
WHERE `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL AND `hostPage`.`mime` IS NOT NULL \
|
||||||
|
|
||||||
sql_attr_uint = rank
|
sql_attr_uint = rank
|
||||||
sql_attr_string = mime
|
sql_attr_string = mime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user