diff options
author | emkael <emkael@tlen.pl> | 2015-02-05 16:07:03 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-02-05 16:07:03 +0100 |
commit | 08260c3197967f4a61551d5e614278ce8d498ec6 (patch) | |
tree | b4fa6de071f25b03be763e789004ed086b7b4216 | |
parent | a7685f1bc2be4993ac568188ff6e6eee03c43281 (diff) |
* skrypt konsolowy dopasowany do zmiany z d281429
-rwxr-xr-x | bin/osika | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = []; |