summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'output.php')
-rw-r--r--output.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/output.php b/output.php
index 5b79681..000c2b2 100644
--- a/output.php
+++ b/output.php
@@ -2,10 +2,10 @@
/* functions which only ouput html */
-function display_status()
+function display_status($gametype)
{
echo "<div class=\"info\">";
- echo " is someone playing solo, etc?";
+ echo " Gametype: $gametype";
echo "</div>\n";
return;
@@ -142,7 +142,7 @@ function check_for_sickness($me,$mycards)
<?php
- echo "wedding?";
+ echo "wedding?";
if(check_wedding($mycards))
{
echo " yes<input type=\"radio\" name=\"wedding\" value=\"yes\" checked=\"checked\" />";