From cabf70b43f8d9f574cd9239226fabb539e089caa Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 14 Jul 2010 14:40:32 +0000 Subject: [PATCH] Reverting datetime format change for now. --- src/db/dbdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbdefs.h b/src/db/dbdefs.h index 5122ed5a..ce93819a 100644 --- a/src/db/dbdefs.h +++ b/src/db/dbdefs.h @@ -33,7 +33,7 @@ struct DBPlayerData DB_id id; std::string secret; std::string country; - time_t last_login; + std::string last_login; }; #endif