summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-12-09 11:41:51 -0800
committerArun Persaud <arun@nubati.net>2012-12-09 11:41:51 -0800
commitb136132f43df4049b18119d5ad775ce99516e596 (patch)
tree88fb65e69e3fd6a87d77085a8566eaa8ef6d8d9f
parent9d2ee5fd928dc253e34ca6a0e0be92b1fa041240 (diff)
downloade-DoKo-b136132f43df4049b18119d5ad775ce99516e596.tar.gz
e-DoKo-b136132f43df4049b18119d5ad775ce99516e596.tar.bz2
e-DoKo-b136132f43df4049b18119d5ad775ce99516e596.zip
removed unused variable in output.php
-rw-r--r--include/output.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php
index c267b0c..a5e4942 100644
--- a/include/output.php
+++ b/include/output.php
@@ -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)
{