# HG changeset patch # User HIROSE Yuuji # Date 1608078052 -32400 # Node ID a46e85d5095459791f49e308ffb8d9536763e943 # Parent a240c8988c651d243eba129054c3c07ebcf3d222 Burry frozen state blog with ORDER BY clause diff -r a240c8988c65 -r a46e85d50954 s4-funcs.sh --- a/s4-funcs.sh Wed Dec 16 08:55:04 2020 +0900 +++ b/s4-funcs.sh Wed Dec 16 09:20:52 2020 +0900 @@ -2854,7 +2854,7 @@ EOF - cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by ctime desc" + cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by 稼動状態, ctime desc" colstate="state:稼動状態:frozen=rowclass=凍結" DT_CHLD=article:blogid \ DT_QOWNER="$qgrp" \