s4

changeset 178:ed2915aa2826

Remove superfluous condition in listnewblogsql
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 20 Feb 2016 09:13:33 +0859
parents 1adafaf079a0
children 479b57681014
files s4-funcs.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Sat Feb 20 08:53:28 2016 +0859
     1.2 +++ b/s4-funcs.sh	Sat Feb 20 09:13:33 2016 +0859
     1.3 @@ -1380,7 +1380,6 @@
     1.4              then 0
     1.5              else 1
     1.6         end
     1.7 - and l.user='$user'
     1.8   group by bl.id
     1.9   having "新着" > 0 order by "新着" desc, bl.id
    1.10   limit 10;