"My Leaderboards" page

This commit is contained in:
Josh Sherman 2013-12-17 13:44:49 -05:00
parent beea5e57c1
commit fa408978fd
3 changed files with 41 additions and 3 deletions

View file

@ -25,7 +25,7 @@ class leaderboard_create extends leaderboard_new
$uid = $this->redis->incr($uid_key);
}
$timestamp = Time::timestamp();
$timestamp = time();
// Creates the rest of the data for the leaderboard
$this->redis->multi()