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 wrap: on
line diff
--- 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="<input type=\"date\" name=\"from\" placeholder=\"YYYY-MM-DD\" value=\"${from}\">"
   to_input="<input type=\"date\" name=\"to\" value=\"${to:-9999}\">"
-  fromtonote="<p>POST集計: $from_input - $to_input</p>$from - $to"
+  fromtonote="<p>POST集計: $from_input - $to_input</p><!-- $from - $to" -->
   # New entry
   sql="WITH mems AS (
 	  SELECT g.rowid, name, gecos FROM grp_mem gm LEFT JOIN gecoses g

yatex.org