BUGFIX: fixed some small typo/layout issues in the "game over" email
[e-DoKo.git] / include / output.php
index f26ab1b9d76cc8f5c892dfaacf10c42e1e8639e5..47fddfea50ae2aeab4261edf75cd4c1f9fbb1af8 100644 (file)
@@ -437,9 +437,6 @@ function output_password_recovery($email,$password)
 
 function output_user_notes($userid,$gameid,$userstatus)
 {
-  /* make sure to only show these if the person is logged in */
-  if(!isset($_SESSION['id']) || $userid != $_SESSION['id']) return;
-
   echo "<div class=\"notes\"> Personal notes: <br />\n";
   $notes = DB_get_notes_by_userid_and_gameid($userid,$gameid);
   foreach($notes as $note)