s4

diff s4-funcs.sh @ 370:0cfba5e4c7a3

Display mode-column in blog listing
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 26 Nov 2016 09:49:00 +0859
parents e25b701dac6c
children 302eae8f723b
line diff
     1.1 --- a/s4-funcs.sh	Sun Nov 13 22:51:37 2016 +0859
     1.2 +++ b/s4-funcs.sh	Sat Nov 26 09:49:00 2016 +0859
     1.3 @@ -2120,7 +2120,7 @@
     1.4  EOF
     1.5    cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by ctime desc"
     1.6    DT_CHLD=article:blogid \
     1.7 -	 DT_VIEW=replyblog dumptable html blog 'ctime team title heading' "$cond"
     1.8 +	 DT_VIEW=replyblog dumptable html blog 'ctime team title heading mode' "$cond"
     1.9  
    1.10    getgname="(select gname from grp where rowid=$rowid)"
    1.11    c="group by a.name having a.name in (select user from grp_mem where gname=$getgname)"