X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2Fstat-day.php;h=d70d208ee211a4c5f62c5ec4374770eb46bbb586;hp=8ba77788a3456c7940eb14c2c812be1cbb7d3943;hb=8443d4399f04e0f45453490382bb0d6ccc927bec;hpb=db12d769481823f4c744ce0e3a50404cc6b01cd1 diff --git a/web/briskin5/stat-day.php b/web/briskin5/stat-day.php index 8ba7778..d70d208 100644 --- a/web/briskin5/stat-day.php +++ b/web/briskin5/stat-day.php @@ -422,7 +422,8 @@ SELECT p.pts AS pts fprintf($fpexp, "<%s class='%s'>%d", ($tmt_obj->minus_one_is_old == -1 ? "td" : "th"), - $cla_nam, pow(2,$gam_obj->mult) * $pts, + $cla_nam, + pow(2,$gam_obj->mult) * $pts, ($tmt_obj->minus_one_is_old == -1 ? "td" : "th")); } if ($tmt_obj->minus_one_is_old != -1) {