s4

changeset 370:0cfba5e4c7a3

Display mode-column in blog listing
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 26 Nov 2016 09:49:00 +0859
parents 5f01ead0174f
children 302eae8f723b
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Sat Nov 26 09:38:11 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)"