# HG changeset patch # User HIROSE Yuuji # Date 1528418230 -32400 # Node ID c5d6e12306d4edc872581a83f917aa444b33d9b5 # Parent e4b929e40fa8a7042c50790c9332274f3d3e8d83 Hide $from - $to diff -r e4b929e40fa8 -r c5d6e12306d4 s4-funcs.sh --- a/s4-funcs.sh Fri Jun 08 09:36:21 2018 +0900 +++ b/s4-funcs.sh Fri Jun 08 09:37:10 2018 +0900 @@ -2462,7 +2462,7 @@ from=`getpar from`; to=`getpar to` from_input="" to_input="" - fromtonote="

POST集計: $from_input - $to_input

$from - $to" + fromtonote="

POST集計: $from_input - $to_input

# New entry sql="WITH mems AS ( SELECT g.rowid, name, gecos FROM grp_mem gm LEFT JOIN gecoses g