From 36b10f3b006cfc919fdb657e1f06f41969082f0e Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 8 Jun 2008 10:29:20 -0700 Subject: BUGIFX: notes are now available during every phase of the game you can now take notes also during the pre-game phase. Signed-off-by: Arun Persaud --- include/output.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index e57ed04..2f846be 100644 --- a/include/output.php +++ b/include/output.php @@ -428,4 +428,18 @@ function output_password_recovery($email,$password) Personal notes:
\n"; + $notes = DB_get_notes_by_userid_and_gameid($userid,$gameid); + foreach($notes as $note) + echo "$note
\n"; + if($userstatus!='gameover') + echo "\n"; + echo " \n"; + + return; +} + ?> \ No newline at end of file -- cgit v1.2.3-18-g5258