X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fstat-day.php;h=8d3dd3e6621d7e5119a4371e400bd782e6767e79;hb=0678cbbbbf7ba11361b8716258302e276570b73e;hp=8afb37184a675bdae6a88e37f93b5b505be2c7d3;hpb=444ad2ca278a605aaba75ea9062e260937004c0a;p=brisk.git diff --git a/web/briskin5/stat-day.php b/web/briskin5/stat-day.php index 8afb371..8d3dd3e 100644 --- a/web/briskin5/stat-day.php +++ b/web/briskin5/stat-day.php @@ -42,15 +42,6 @@ $G_base = "../"; // SYNC WITH bin5_tournaments table $mlang_stat_day = array( - 'old rules: with draw'=> array( 'it' => 'Partite vecchie (con il pareggio)', - 'en' => 'Old matches (with draw)' ), - - 'new rules: without draw' => array( 'it' => 'Partite nuove (senza pareggio)', - 'en' => 'New matches (without draw)'), - - 'special match' => array( 'it' => 'Partite speciali', - 'en' => 'Special matches'), - 'info_total'=> array( 'it' => 'totali', 'en' => 'En totali') ); @@ -129,12 +120,8 @@ SELECT m.code AS code, m.mazzo_next as minus_one_is_old if ($tmt_n == 0) continue; - if (!isset($mlang_stat_day[$trn_obj->name][$G_lang])) { - log_crit("stat-day: tournament name not found in array"); - break; - } - printf("[Tournament [%s]], number of matches: %d\n", $mlang_stat_day[$trn_obj->name][$G_lang], $tmt_n); - fprintf($fpexp, "

%s

", $mlang_stat_day[$trn_obj->name][$G_lang]); + printf("[Tournament [%s]], number of matches: %d\n", rules_id2descr($trn_obj->code, $G_lang), $tmt_n); + fprintf($fpexp, "

%s

", xcape(ucfirst(rules_id2descr($trn_obj->code, $G_lang)))); // loop on matches for ($m = 0 ; $m < $tmt_n ; $m++) { @@ -261,8 +248,7 @@ SELECT p.pts AS pts ($tmt_obj->minus_one_is_old == -1 ? "td" : "th")); } if ($tmt_obj->minus_one_is_old != -1) { - // FIXME - $rules_name = "Rules_old_rules"; + $rules_name = rules_id2name($trn_obj->code); fprintf($fpexp, "%s%s", $users[$gam_obj->mazzo]['login'], xcape( ${rules_name}::game_description($gam_obj->act, 'plain', $gam_obj->mult, $gam_obj->asta_win,