From: <var...@us...> - 2012-12-17 14:56:58
|
Revision: 8668 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8668&view=rev Author: vargenau Date: 2012-12-17 14:56:52 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Remove treshold local variable (is parameter) Modified Paths: -------------- trunk/lib/plugin/SystemInfo.php Modified: trunk/lib/plugin/SystemInfo.php =================================================================== --- trunk/lib/plugin/SystemInfo.php 2012-12-17 14:49:06 UTC (rev 8667) +++ trunk/lib/plugin/SystemInfo.php 2012-12-17 14:56:52 UTC (rev 8668) @@ -229,7 +229,6 @@ $median = $hits[$median_i]; else $median = $hits[$median_i]; - $treshold = 10; $mintreshold = $max * $treshold / 100.0; // lower than 10% of the hits reset($hits); $nmin = $hits[0] < $mintreshold ? 1 : 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |