From 1721ff2bb2e90719658b2687874b1fbdfc1dcff5 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 23 Jul 2009 11:37:49 +0000 Subject: [PATCH] Score in the range -100 : 100 --- web/briskin5/Obj/placing.phh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/briskin5/Obj/placing.phh b/web/briskin5/Obj/placing.phh index 69e2758..cd2a871 100644 --- a/web/briskin5/Obj/placing.phh +++ b/web/briskin5/Obj/placing.phh @@ -63,7 +63,7 @@ class Ptsgam { function snormpts() { - $ret = sprintf ("%.3f", $this->normpts()); + $ret = sprintf ("%.3f", $this->normpts() * 100.0); if (strchr($ret, ".")) { $ret = rtrim(rtrim($ret, "0"), "."); } @@ -151,4 +151,4 @@ function placing_show(&$user, $suff) fclose($fp); return ($ret); -} \ No newline at end of file +} -- 2.17.1