changeset 611:030f81b61fa5

updated
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Sat, 26 Jul 2014 10:41:58 +0900
parents 21f3ff965c03
children 02a89288330c
files minato2014/accountcheck.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/minato2014/accountcheck.rb	Sat Jul 26 10:39:55 2014 +0900
+++ b/minato2014/accountcheck.rb	Sat Jul 26 10:41:58 2014 +0900
@@ -27,7 +27,7 @@
 aria = c["aria"]
 
 sel = 'select * from main where id=? magic=?'
-h = db.execute(sel, id.to_i, c_magic.to_i)
+h = db.execute(sel, id.to_i, c_magic)
 
 if id != nil && h != []
 update = 'update main set name=?, job=?, age=?, sex=?, aria=? where id=? and magic=?'

yatex.org