diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-24 12:53:05 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-24 12:53:05 -0700 |
commit | a376f1aa068de3448382139194d7d0c3aaf78fbf (patch) | |
tree | 78fe89f49b4b87941085ad845862f0b6fb9f8f59 /include/game.php | |
parent | eb00754bf6d6690116db01fb6a1e7c0f2ddf04f1 (diff) | |
download | e-DoKo-a376f1aa068de3448382139194d7d0c3aaf78fbf.tar.gz e-DoKo-a376f1aa068de3448382139194d7d0c3aaf78fbf.tar.bz2 e-DoKo-a376f1aa068de3448382139194d7d0c3aaf78fbf.zip |
CLEANUP: removed todo item for silent solo from code
changed comments
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/game.php')
-rw-r--r-- | include/game.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.php b/include/game.php index b8a2fcb..b4ed57d 100644 --- a/include/game.php +++ b/include/game.php @@ -310,7 +310,7 @@ switch($mystatus) } else if($_REQUEST["wedding"] == "yes") { - /* TODO: add silent solo somewhere*/ + /* silent solo is set further down */ echo "Ok, you don't want to play a silent solo...wedding was chosen.<br />\n"; DB_set_sickness_by_hash($me,"wedding"); } |