OSDN Git Service

更新日付を記録するようにした
[webchat/WebChat.git] / profile.js
index 1a4a937..170ce9b 100644 (file)
@@ -239,6 +239,7 @@ function ProfileCollection()
                        race:data.race,\r
                        look:data.look,\r
                        password:data.password,\r
+                       lastmodified:new Date(),\r
                        etc:data.etc\r
                };\r
                async.waterfall([\r
@@ -264,6 +265,8 @@ function ProfileCollection()
                        weight:data.weight,\r
                        race:data.race,\r
                        look:data.look,\r
+                       password:data.password,\r
+                       lastmodified:new Date(),\r
                        etc:data.etc\r
                };\r
                async.waterfall([\r