BUGFIX: fix error when user is not logged in, but tries to access his home page
[e-DoKo.git] / include / output.php
index c267b0c699f1d85b68d60ba332d3edb9e2993d7c..a5e49420072709ac5f1dd882c3a9de20e3dd7029 100644 (file)
@@ -130,7 +130,6 @@ function output_form_for_new_game($names)
   echo '   </div>';
   $rand = $_SESSION["name"];
   echo  "     <div class=\"table3\">\n";
-  $i++;
   echo "       <select name=\"PlayerD\" size=\"1\">  \n";
   foreach($names as $name)
     {