X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fstat-day.php;h=ff991e2219d07b539a9a0cb12d90c0105871b85b;hb=c33375c2aaad1aefb69e269be1a95d3f737027d6;hp=16781204e621f647da8a7adf3f97aae95f7d006d;hpb=7d6de01c21200b7283b6dd5ba1a39a3a2741ad54;p=brisk.git diff --git a/web/briskin5/stat-day.php b/web/briskin5/stat-day.php index 1678120..ff991e2 100644 --- a/web/briskin5/stat-day.php +++ b/web/briskin5/stat-day.php @@ -43,7 +43,10 @@ $G_base = "../"; $mlang_stat_day = array( 'normal match'=> array( 'it' => 'Partite normali', 'en' => 'Normal matches' ), 'special match' => array( 'it' => 'Partite speciali', - 'en' => 'Special matches') + 'en' => 'Special matches'), + + 'info_total'=> array( 'it' => 'totali', + 'en' => 'En totali') ); @@ -369,7 +372,7 @@ SELECT SUM(p.pts) AS pts FROM %sbin5_matches AS m, %sbin5_games AS g, %sbin5_poi $tot_obj = pg_fetch_object($tot_pg, 0); fprintf($fpexp, "%d", $tot_obj->pts); } - fprintf($fpexp, "\n"); + fprintf($fpexp, "%s\n", $mlang_stat_day['info_total'][$G_lang]); fprintf($fpexp, "\n"); } if ($m < $tmt_n)