s4

changeset 357:78c0a2b43ec1

More deactivation of debug log
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 27 Oct 2016 17:05:36 +0859
parents c087423c8234
children 8166096f4b36
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Thu Oct 27 16:54:08 2016 +0859
     1.2 +++ b/s4-funcs.sh	Thu Oct 27 17:05:36 2016 +0859
     1.3 @@ -510,7 +510,6 @@
     1.4    query "update par set val=\"$3\" where sessid='$session' and var='$1' and type='$2';"
     1.5  }
     1.6  getpar() {
     1.7 -err getpar: "select val from par where var='$1' and sessid='$session' $2;"
     1.8    val=`query "select val from par where var='$1' and sessid='$session' $2;"`
     1.9  ## err getpar/val1: "val=[$val]"
    1.10    if [ -z "$val" ]; then
    1.11 @@ -978,7 +977,6 @@
    1.12    # expireをセット
    1.13    # loginの先にどの画面に行くかの状態遷移表書式を決める
    1.14    expire=`expire ${2:-"+1min"}`
    1.15 -err addsession "$1" exp=$expire
    1.16    query "replace into session values('$1', '$expire');"
    1.17    # Remove old session parameters
    1.18    now=`expire now`
    1.19 @@ -2860,7 +2858,7 @@
    1.20  	max(case key when 'owner'
    1.21  	 then (SELECT gecos FROM gecoses WHERE name=val) END) as gecos
    1.22   from ${2}_s c group by $pk) b on a.$pk=b.$pk $4;"}
    1.23 -  err dt:SQL="`echo \"$presql$sql\"|tr -d '\n'`"
    1.24 +  ## err dt:SQL="`echo \"$presql$sql\"|tr -d '\n'`"
    1.25    cat<<EOF | sed "s,\(<TR><TD>\)\([1-9][0-9]*\)\(#[0-9a-fxs]*\)*</TD>,\1$elink$dvlink</TD>,"
    1.26  <div> <!-- for folding by check button (s4-funcs.sh:dumptable()) -->
    1.27  <div class="dumptable">