CLEANUP: reorganized the 'init' phase of a game
[e-DoKo.git] / include / user.php
index fa4653de449b8bec3a5805c212ecea07853b847e..00426aa03e503b51a907f396acd62036978bc93a 100644 (file)
@@ -101,7 +101,7 @@ if(myisset("forgot"))
         $_SESSION["name"] = $myname;
         output_status();
     
-        DB_get_PREF($myid);
+        $PREF = DB_get_PREF($myid);
     
         /* does the user want to change some preferences? */
         if(myisset("setpref"))