diff options
author | Arun Persaud <arun@nubati.net> | 2012-12-09 11:41:51 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-12-09 11:41:51 -0800 |
commit | b136132f43df4049b18119d5ad775ce99516e596 (patch) | |
tree | 88fb65e69e3fd6a87d77085a8566eaa8ef6d8d9f | |
parent | 9d2ee5fd928dc253e34ca6a0e0be92b1fa041240 (diff) | |
download | e-DoKo-b136132f43df4049b18119d5ad775ce99516e596.tar.gz e-DoKo-b136132f43df4049b18119d5ad775ce99516e596.tar.bz2 e-DoKo-b136132f43df4049b18119d5ad775ce99516e596.zip |
removed unused variable in output.php
-rw-r--r-- | include/output.php | 1 |
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) { |