# HG changeset patch # User HIROSE Yuuji # Date 1590104105 -32400 # Node ID fdd9c98f0888a4332a24c7159951ea79b655c82e # Parent f2971e5491994496ff717847e0e5d36231fcc2a7 Remove some debug output and include timestamp in err() diff -r f2971e549199 -r fdd9c98f0888 scripts/s4-sns.case --- a/scripts/s4-sns.case Fri May 22 07:47:53 2020 +0900 +++ b/scripts/s4-sns.case Fri May 22 08:35:05 2020 +0900 @@ -1,7 +1,6 @@ case $stage in -home|"") + home|"") contenttype; echo - err HOME: just in rowid=`getpar rowid` [ -n "`getpar rowid`" ] && par2table $formdir/user.def showhome ${2:-$user} ;; @@ -33,16 +32,13 @@ "replyblog") contenttype; echo rowid=${2%%[!A-Z0-9a-z_]*} - ## err ROWid=$rowid, '$2'=$2 . ./s4-blog.sh -err blog_reply2 $rowid blog_reply $rowid ;; aid[1-9]*) arid=${1#aid} arid=${arid%%[!0-9]*} . ./s4-blog.sh -err b_r_a "$arid" blog_reply_article "$arid" ;; reload*) # Dirty workaround for reloading page just after submit