summaryrefslogtreecommitdiffstats
path: root/include/stats.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-08 20:40:43 -0700
committerArun Persaud <arun@nubati.net>2008-05-08 20:40:43 -0700
commit9239ba22c382383cd258ad3f36b2bc0dc99664b2 (patch)
tree916f1a75fa7624a9ec756b5ff673ba796812b7ed /include/stats.php
parent90323815e10b6bd6dc04e270a78ee9687a2f357a (diff)
downloade-DoKo-9239ba22c382383cd258ad3f36b2bc0dc99664b2.tar.gz
e-DoKo-9239ba22c382383cd258ad3f36b2bc0dc99664b2.tar.bz2
e-DoKo-9239ba22c382383cd258ad3f36b2bc0dc99664b2.zip
CLEANUP: reorganized the 'init' phase of a game
moved some code around, so that we test the result of the init phase in the init case statement. Made things a bit clearer and removed one page reload by doing this. Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/stats.php')
-rw-r--r--include/stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stats.php b/include/stats.php
index cf9b412..eac8a8e 100644
--- a/include/stats.php
+++ b/include/stats.php
@@ -14,7 +14,7 @@ if(!$myid)
output_status();
-DB_get_PREF($myid);
+$PREF = DB_get_PREF($myid);
DB_update_user_timestamp($myid);