diff options
author | Arun Persaud <arun@nubati.net> | 2010-09-21 20:34:30 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-09-21 20:34:30 -0700 |
commit | 21f25368b52c73be131cf3ad2d0cb7d1a567eb2a (patch) | |
tree | 951d528593d1c6a797633d8d98b5ce59acc32317 /include/newgame.php | |
parent | bbd5682c50f3bba8b7eb199392eaf0e0c0ff7c19 (diff) | |
parent | f94dd2d6d58f37306d1da0f6bb12f5276883cd6b (diff) | |
download | e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.tar.gz e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.tar.bz2 e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.zip |
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Diffstat (limited to 'include/newgame.php')
-rw-r--r-- | include/newgame.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/newgame.php b/include/newgame.php index f06bebe..4e9deaf 100644 --- a/include/newgame.php +++ b/include/newgame.php @@ -191,8 +191,7 @@ else /* send out email, TODO: check for error with email */ $message = "You are invited to play a game of DoKo.\n". - "Please, place comments and bug reports here:\n". - "http://wiki.nubati.net/index.php?title=EmailDoko\n\n". + "Please, place comments and bug reports here:\n$WIKI\n\n". "The whole round would consist of the following players:\n". "$PlayerA\n". "$PlayerB\n". |