From c42caf707e7b0b9e4e22a2d15b034b39101172e1 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 16 Sep 2013 17:10:44 -0700 Subject: BUGFIX: fixed selection of spade and heart solo two typos messed up the solo selction, e.g. the gametype was not the same as the one given in the enum in the database. Also added an additional check before we set them in the database, so that people can mess things up when playing with the url directly. --- include/output.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 6e5f15f..6a61b08 100644 --- a/include/output.php +++ b/include/output.php @@ -274,8 +274,8 @@ function output_check_for_sickness($me,$mycards) echo ' '; echo ' '; echo ' '; - echo ' '; - echo ' '; + echo ' '; + echo ' '; echo ' '; echo '
'; -- cgit v1.2.3-18-g5258