X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fuser.php;h=764c694fbe60567e719b54421467e82bf3dc6319;hp=65544f56fc020999d9b0c29d576d9c9dbc8515ab;hb=72bdb543759b5ffbdf5c2cc71294ad4f1f2996b2;hpb=5116d22ed84db0f15a7f583bcbe243ee2cd606e1 diff --git a/include/user.php b/include/user.php index 65544f5..764c694 100644 --- a/include/user.php +++ b/include/user.php @@ -1,5 +1,5 @@ +/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud * * This file is part of e-DoKo. * @@ -204,8 +204,8 @@ else /* create output */ $sessionoutput .= $gameoutput; - $gameoutput = " " - .$gamefrequence."\n"; + $gameoutput = " " + .$gamefrequence."\n"; } else { /* new session */ @@ -218,13 +218,13 @@ else { $output_active .= "
  • "; if($gamestatus == 'pre') - $output_active .= ''; + $class= 'class="gamestatuspre gameid"'; else if($gamestatus == 'play') - $output_active .= ''; + $class= 'class="gamestatusplay gameid"'; else - $output_active .= ''; - $output_active .= "". - DB_format_gameid($gameid).'   '; + $class= 'class="gamestatusover gameid"'; + $output_active .= "". + DB_format_gameid($gameid).'   ';