/*
* brisk - briskin5.phh
*
- * Copyright (C) 2006-2012 Matteo Nastasi
+ * Copyright (C) 2006-2013 Matteo Nastasi
* mailto: nastasi@alternativeoutput.it
* matteo.nastasi@milug.org
* web: http://www.alternativeoutput.it
$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')
);
$tot_obj = pg_fetch_object($tot_pg, 0);
fprintf($fpexp, "<th>%d</th>", $tot_obj->pts);
}
- fprintf($fpexp, "</tr>\n");
+ fprintf($fpexp, "<th colspan='2'>%s</th></tr>\n", $mlang_stat_day['info_total'][$G_lang]);
fprintf($fpexp, "</table>\n");
}
if ($m < $tmt_n)