s4

changeset 701:fdd9c98f0888

Remove some debug output and include timestamp in err()
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 22 May 2020 08:35:05 +0900
parents f2971e549199
children 2c5ddb0b5f4c
files scripts/s4-sns.case
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/scripts/s4-sns.case	Fri May 22 07:47:53 2020 +0900
     1.2 +++ b/scripts/s4-sns.case	Fri May 22 08:35:05 2020 +0900
     1.3 @@ -1,7 +1,6 @@
     1.4  case $stage in
     1.5 -home|"")
     1.6 +  home|"")
     1.7      contenttype; echo
     1.8 -    err HOME: just in rowid=`getpar rowid`
     1.9      [ -n "`getpar rowid`" ] && par2table $formdir/user.def
    1.10      showhome ${2:-$user}
    1.11      ;;
    1.12 @@ -33,16 +32,13 @@
    1.13    "replyblog")
    1.14      contenttype; echo
    1.15      rowid=${2%%[!A-Z0-9a-z_]*}
    1.16 -    ## err ROWid=$rowid, '$2'=$2
    1.17      . ./s4-blog.sh
    1.18 -err blog_reply2 $rowid
    1.19      blog_reply $rowid
    1.20      ;;
    1.21    aid[1-9]*)
    1.22      arid=${1#aid}
    1.23      arid=${arid%%[!0-9]*}
    1.24      . ./s4-blog.sh
    1.25 -err b_r_a "$arid"
    1.26      blog_reply_article "$arid"
    1.27      ;;
    1.28    reload*)	# Dirty workaround for reloading page just after submit