summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-02-05 16:07:03 +0100
committeremkael <emkael@tlen.pl>2015-02-05 16:07:03 +0100
commit08260c3197967f4a61551d5e614278ce8d498ec6 (patch)
treeb4fa6de071f25b03be763e789004ed086b7b4216
parenta7685f1bc2be4993ac568188ff6e6eee03c43281 (diff)
* skrypt konsolowy dopasowany do zmiany z d281429
-rwxr-xr-xbin/osika4
1 files 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 = [];