diff options
author | arun <arun@nubati.net> | 2007-01-12 16:00:56 +0000 |
---|---|---|
committer | arun <arun> | 2007-01-12 16:00:56 +0000 |
commit | 594f6737e0206bf80b636afa828cc80c21a0945d (patch) | |
tree | d28eb49128936fb4a5c881821c46f84f5114630c /index.php | |
parent | 1609d836dc4157e318707b6a5a859f42b527b0cf (diff) | |
download | e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.gz e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.bz2 e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.zip |
some small bugfixes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -107,7 +107,9 @@ else if( myisset("PlayerA", "PlayerB","PlayerC","PlayerD" )) mymail($EmailB,"You are invited to a game of DoKo","Hello $PlayerB,\n".$message.$hashB); mymail($EmailC,"You are invited to a game of DoKo","Hello $PlayerC,\n".$message.$hashC); mymail($EmailD,"You are invited to a game of DoKo","Hello $PlayerD,\n".$message.$hashD); - + + + echo "You started a new game. The emails have been sent out!"; } /* end set up a new game */ |