From 9239ba22c382383cd258ad3f36b2bc0dc99664b2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 8 May 2008 20:40:43 -0700 Subject: 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 --- include/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stats.php') 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); -- cgit v1.2.3-18-g5258