misc/plugin/whatsnew.rb in tdiary-4.0.2.20140201 vs misc/plugin/whatsnew.rb in tdiary-4.0.3

- old
+ new

@@ -81,10 +81,10 @@ cookie_path += '/' if cookie_path !~ /\/$/ cookie = CGI::Cookie::new({ 'name' => 'tdiary_whats_new', 'value' => [@whats_new[:this_time]], 'path' => cookie_path, - 'expires' => Time::now.gmtime + 90*24*60*60 + 'expires' => Time::now.gmtime + 90*24*60*60 }) add_cookie(cookie) end end ""