medal valid forever text

This commit is contained in:
xiaomlove
2023-01-21 13:58:35 +08:00
parent 19be90c207
commit 3762c15dc7
3 changed files with 10 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ get_where("audiocodecs", "audiocodec", "aud");
$hasStickyFirst = $hasStickySecond = $hasStickyNormal = $noNormalResults = false;
$prependIdArr = $prependRows = $normalRows = [];
$stickyWhere = $normalWhere = '';
if (isset($_GET['sticky'])) {
if (isset($_GET['sticky']) && $inclbookmarked == 0) {
$stickyArr = explode(',', $_GET['sticky']);
//Only handle sticky first + second
$posStates = [];