From: Matteo Nastasi (mop) Date: Thu, 23 Jul 2009 11:37:49 +0000 (+0000) Subject: Score in the range -100 : 100 X-Git-Tag: 3.0.0~56 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=1721ff2bb2e90719658b2687874b1fbdfc1dcff5;p=brisk.git Score in the range -100 : 100 --- 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 +}