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 wrap: on
line diff
--- 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)"

yatex.org