diff s4-blog.sh @ 238:45b7facac49e

Do not exclude submitting user from new article notification.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 27 Jun 2016 11:01:35 +0859
parents d320c73bf16f
children 25e0b1eaf04d
line wrap: on
line diff
--- a/s4-blog.sh	Sun Jun 26 23:16:05 2016 +0859
+++ b/s4-blog.sh	Mon Jun 27 11:01:35 2016 +0859
@@ -23,7 +23,7 @@
   blogurl="$urlbase?replyblog+$1"
   action=${4:-書き込み}
   mode=`getvalbyid blog notify "$1"`
-  EXCEPT=`sqlquote "$user"`
+  ### EXCEPT=`sqlquote "$user"`	## User should receive to feal some annoyance
   case $mode in
     admin)
       if isgroup "$blogowner"; then

yatex.org