# HG changeset patch # User HIROSE Yuuji # Date 1480121341 -32399 # Node ID 0cfba5e4c7a3b8b5001f7617c22bf69d2b314002 # Parent 5f01ead0174f9fa59a155ae73221f4a643819d91 Display mode-column in blog listing diff -r 5f01ead0174f -r 0cfba5e4c7a3 s4-funcs.sh --- a/s4-funcs.sh Sat Nov 26 09:38:11 2016 +0859 +++ b/s4-funcs.sh Sat Nov 26 09:49:00 2016 +0859 @@ -2120,7 +2120,7 @@ EOF cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by ctime desc" DT_CHLD=article:blogid \ - DT_VIEW=replyblog dumptable html blog 'ctime team title heading' "$cond" + DT_VIEW=replyblog dumptable html blog 'ctime team title heading mode' "$cond" getgname="(select gname from grp where rowid=$rowid)" c="group by a.name having a.name in (select user from grp_mem where gname=$getgname)"