From 05b682c22f2dadf483b8a2842b4065acc34872af Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 18 Feb 2013 00:01:58 -0800 Subject: Active/Inactive maps shown in scoreboard. --- ajax/maps.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ajax') diff --git a/ajax/maps.ajax.php b/ajax/maps.ajax.php index bd060fe..611080d 100644 --- a/ajax/maps.ajax.php +++ b/ajax/maps.ajax.php @@ -32,7 +32,7 @@ function getMapObjectByID($mapID) { list($code, $name, $mapExpireTime) = mysql_fetch_row($result); $map = new map($code, $mapID); $map->name = $name; - $map->dateExpires = $mapExpireTime; + $map->dateExpires = strtotime($mapExpireTime); return $map; } } -- cgit v1.2.3