Score in the range -100 : 100
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 23 Jul 2009 11:37:49 +0000 (11:37 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 23 Jul 2009 11:37:49 +0000 (11:37 +0000)
web/briskin5/Obj/placing.phh

index 69e2758..cd2a871 100644 (file)
@@ -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
+}