From 08260c3197967f4a61551d5e614278ce8d498ec6 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 5 Feb 2015 16:07:03 +0100 Subject: * skrypt konsolowy dopasowany do zmiany z d281429 --- bin/osika | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/osika b/bin/osika index 962261d..dd3f67a 100755 --- a/bin/osika +++ b/bin/osika @@ -13,7 +13,7 @@ class Osika { private static $catHeaders = [ 'lh' => "Honory\t", 'lh_plus' => 'Zgrupowania', - 'lh_10' => 'Podwiązania', + 'lh_pod' => 'Podwiązania', 'lh_short' => 'Krótkie honory', 'lh_subtotal' => 'Lewy honorowe', 'lu' => 'Lewy układowe', @@ -125,7 +125,7 @@ if (empty($categories)) { $categories = ['all']; } if (in_array('all', $categories)) { - $categories = ['lh','lh_plus','lh_10','lh_short','lh_subtotal','lu','subtotal','lsz','lu_plus','short_suit','major_suit','l10n','total']; + $categories = ['lh','lh_plus','lh_pod','lh_short','lh_subtotal','lu','subtotal','lsz','lu_plus','short_suit','major_suit','l10n','total']; } $suitOptions = []; -- cgit v1.2.3