From: arun Date: Fri, 12 Jan 2007 16:00:56 +0000 (+0000) Subject: some small bugfixes X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=594f6737e0206bf80b636afa828cc80c21a0945d some small bugfixes --- diff --git a/functions.php b/functions.php index ec7dfac..221bea8 100644 --- a/functions.php +++ b/functions.php @@ -26,8 +26,8 @@ function myisset() foreach($args as $arg) { $ok = $ok * isset($_REQUEST[$arg]); - /* echo "$arg: ok = $ok
"; - */ + /*echo "$arg: ok = $ok
"; + */ } return $ok; } diff --git a/index.php b/index.php index 5bc9e45..4f60b89 100644 --- a/index.php +++ b/index.php @@ -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 */ diff --git a/output.php b/output.php index 21ce2fc..32dbd7b 100644 --- a/output.php +++ b/output.php @@ -16,9 +16,9 @@ function display_news() global $wiki; echo "
\n". " Please hit shift+reload.

\n". - " the table and the names are now always shown.

". - " If you find more bugs, please list them in the wiki.\n
\n"; + " The server now keeps score... (only from now on)

". + " If you find more bugs, please list them in the wiki.\n\n"; return; }