diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-08-18 17:46:26 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-08-18 17:46:26 -0700 |
commit | 4f00fc760a2d01542d70a5f3cbafea360b3766d6 (patch) | |
tree | 61e70b601f44f676f550eac7f43927caa5d7306d | |
parent | 0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 (diff) | |
parent | dc2e5f61451d10fc2dd6d4255a5602dbbb69def2 (diff) | |
download | pathery-4f00fc760a2d01542d70a5f3cbafea360b3766d6.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
-rw-r--r-- | pages/memberlist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/memberlist.php b/pages/memberlist.php index 9c0f3ce..d75982e 100644 --- a/pages/memberlist.php +++ b/pages/memberlist.php @@ -86,8 +86,8 @@ $cat['Mazes']['title'] = 'Total Mazes Played'; $cat['Moves']['c'] = 'totalMoves';
$cat['Moves']['title'] = 'Total Moves Mazed';
-$cat['This Week']['c'] = 'totalMovesThisWeek';
-$cat['This Week']['title'] = 'Total Moves In Past 7 Days (Excluding Today)';
+$cat['Past Week']['c'] = 'totalMovesThisWeek';
+$cat['Past Week']['title'] = 'Total Moves In Past 7 Days (Excluding Today)';
$cat['Wins']['c'] = 'totalWins';
$cat['Wins']['title'] = 'Total Wins (Champion)';
|