From a376f1aa068de3448382139194d7d0c3aaf78fbf Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 24 May 2008 12:53:05 -0700 Subject: [PATCH 1/1] CLEANUP: removed todo item for silent solo from code changed comments Signed-off-by: Arun Persaud --- include/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
\n"; DB_set_sickness_by_hash($me,"wedding"); } -- 2.17.1