From 02491e2e5171a56f8c7920b23e3638b99f44cce8 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 23 Sep 2013 19:22:01 +0200 Subject: * renderowanie poprawki za podwiÄ…zania (bug mustache'a) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/lib/OsikaEvaluator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/lib/OsikaEvaluator.php b/bin/lib/OsikaEvaluator.php index bfb7023..a53ff7f 100644 --- a/bin/lib/OsikaEvaluator.php +++ b/bin/lib/OsikaEvaluator.php @@ -241,13 +241,13 @@ class OsikaEvaluator { $suitChar = self::$_suits[$ind]; $result['lh'][$suitChar] = $this->_honorTricks($suit); $result['lh_plus'][$suitChar] = $this->_honorTrickCorrections($suit); - $result['lh_10'][$suitChar] = $this->_honorTrickSupportCorrections($suit); + $result['lh_pod'][$suitChar] = $this->_honorTrickSupportCorrections($suit); $result['lh_short'][$suitChar] = $this->_honorTrickShortCorrections($suit); $result['lu'][$suitChar] = $this->_distributionTricks($suit); } $result['lh']['total'] = array_sum($result['lh']); $result['lh_plus']['total'] = array_sum($result['lh_plus']); - $result['lh_10']['total'] = array_sum($result['lh_10']); + $result['lh_pod']['total'] = array_sum($result['lh_10']); $result['lh_short']['total'] = array_sum($result['lh_short']); $result['lu']['total'] = array_sum($result['lu']); -- cgit v1.2.3