removed unused variable in output.php
authorArun Persaud <arun@nubati.net>
Sun, 9 Dec 2012 19:41:51 +0000 (11:41 -0800)
committerArun Persaud <arun@nubati.net>
Sun, 9 Dec 2012 19:41:51 +0000 (11:41 -0800)
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)
     {