changeset 91:9ed5d139232f draft

Should use sub_nt* instead of nt* in modifying mode
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 23 Dec 2013 12:37:53 +0900
parents 48afc00ef5df
children 52a3c4444a4c
files after5.rb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/after5.rb	Sat Dec 21 16:33:20 2013 +0900
+++ b/after5.rb	Mon Dec 23 12:37:53 2013 +0900
@@ -4,7 +4,7 @@
 # Associative Scheduling Table - after5
 # (C)2003, 2004, 2006, 2008, 2012, 2013 by HIROSE Yuuji [yuuji<at>gentei.org]
 # $Id: after5.rb,v 1.20 2012/12/03 15:54:20 yuuji Exp $
-# Last modified Sat Dec 21 16:24:53 2013 on firestorm
+# Last modified Mon Dec 23 12:33:10 2013 on firestorm
 # See http://www.gentei.org/~yuuji/software/after5/
 # このスクリプトはEUCで保存してください。
 $hgid = <<_HGID_.split[1..-2].join(" ")
@@ -2647,7 +2647,7 @@
 	msg('reqnotify') + "<br>\n" + \
 	@ntlist.collect{|nt, v|
 	  cronp = @sc.getfile(user, y, m, d, time, nt)
-	  sprintf "<input type=\"checkbox\" name=\"%s\"%s>%s \n",
+	  sprintf "<input type=\"checkbox\" name=\"sub_%s\"%s>%s \n",
 	    nt, (cronp ? " checked" : ""), v
 	}.join + "<br>"
       } + \

yatex.org