changeset 429:c3bf12c5dba6

Check replymark even if the author is the owner
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 May 2017 18:03:39 +0859
parents 2e32349c4dd6
children ce497c515996
files s4-blog.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Sun Apr 30 07:15:41 2017 +0859
+++ b/s4-blog.sh	Sat May 06 18:03:39 2017 +0859
@@ -31,7 +31,8 @@
   # $1=blogid $2=ReplyingUser $3=WrittenText $4(optional)=Action
   blogid="${1%%[!A-Z0-9a-z_]*}"
   blogowner=`getvalbyid blog owner "$blogid"`
-  [ x"$2" = x"$blogowner" ] && return # If author=blogowner, unnecessary
+  ## 2017-0505 Need reply even if the author is owner for explicit reply
+  ##[ x"$2" = x"$blogowner" ] && return # If author=blogowner, unnecessary
   blogtitle=`getvalbyid blog title "$blogid"`
   blogurl="$urlbase?replyblog+$blogid"
   action=${4:-書き込み}

yatex.org