s4

changeset 491:c5d6e12306d4

Hide $from - $to
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 08 Jun 2018 09:37:10 +0900
parents e4b929e40fa8
children 35458671d18c
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Fri Jun 08 09:36:21 2018 +0900
     1.2 +++ b/s4-funcs.sh	Fri Jun 08 09:37:10 2018 +0900
     1.3 @@ -2462,7 +2462,7 @@
     1.4    from=`getpar from`; to=`getpar to`
     1.5    from_input="<input type=\"date\" name=\"from\" placeholder=\"YYYY-MM-DD\" value=\"${from}\">"
     1.6    to_input="<input type=\"date\" name=\"to\" value=\"${to:-9999}\">"
     1.7 -  fromtonote="<p>POST集計: $from_input - $to_input</p>$from - $to"
     1.8 +  fromtonote="<p>POST集計: $from_input - $to_input</p><!-- $from - $to" -->
     1.9    # New entry
    1.10    sql="WITH mems AS (
    1.11  	  SELECT g.rowid, name, gecos FROM grp_mem gm LEFT JOIN gecoses g