changeset 1683:51ea589df2a4

kayaku4.rbÊѹ¹3
author OOTANI Hiroyuki <c115036@g.koeki-u.ac.jp>
date Thu, 27 Jul 2017 02:00:03 +0900
parents ec4e1d62e7d5
children aff6cf9ccc74
files event/oasis2017/ikusei/kayaku4.rb
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2017/ikusei/kayaku4.rb	Thu Jul 27 01:58:53 2017 +0900
+++ b/event/oasis2017/ikusei/kayaku4.rb	Thu Jul 27 02:00:03 2017 +0900
@@ -64,9 +64,9 @@
   #end
   #end
   
-  dbname = db.execute("SELECT name from users WHERE id=?", id)[0]
-  if dbname != nil && dbname[0]
-   playname = dbname[0]
+  dbn = db.execute("SELECT name from users WHERE id=?", id)[0]
+  if dbn != nil && dbn[0]
+   playname = dbn[0]
   end
 #end
 

yatex.org