diff options
-rw-r--r-- | update notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update notes.txt b/update notes.txt index c19214f..7c57a30 100644 --- a/update notes.txt +++ b/update notes.txt @@ -5,7 +5,7 @@ For next update: - Delete the lines relating to '$mysqlid' from db.inc.php (which I can't do, since that file is not versioned). Those lines have been moved to sqlEmbedded.php. The only thing that should be left are the four lines defining the servername/username/etc. - Open includes\playerStats.php, and set CP_EARLIEST_DATE to the date we want to start counting ties/wins/champion points from. - We could also pretty easily recalculate the other stats (mazes and total moves) from that date also, if you want; then that date would be like the 'start' of pathery. + We could also pretty easily recalculate the other stats (mazes and total moves) from that date, if you want; then that date would be like the 'start' of pathery. - Go to the admin page in the browser, and click on the button that says "recalculate player statistics." All the above steps must be done before this. |