summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/datas.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/datas.php b/includes/datas.php
index 98958c5..3d51983 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -826,7 +826,7 @@ function getScores($mapID, $pageNumber = 1, $pageDivide = 10) {
$result = mysql_query($sql);
//$utime = date("g:i A (T)");
- $output['updateTime'] = date("g:i A (T)");
+ $output['updateTime'] = time();
$i = 0;
$foundUser = false;
@@ -854,7 +854,7 @@ function getScores($mapID, $pageNumber = 1, $pageDivide = 10) {
}
$scoredDate = strtotime($row['cdate']);
- $secondsSinceScored = strtotime("now") - $scoredDate ;
+ $secondsSinceScored = strtotime("now") - $scoredDate;
//Alternate background colors
$background = '#262631';