s4

changeset 492:35458671d18c

Quoting error fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 08 Jun 2018 09:37:52 +0900
parents c5d6e12306d4
children d879d9d1acb7
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Fri Jun 08 09:37:10 2018 +0900
     1.2 +++ b/s4-funcs.sh	Fri Jun 08 09:37:52 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