projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d4ced
)
Fixed 'C' english language display on Install/Update Languages page, to allow its...
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 27 Oct 2014 17:26:02 +0000
(18:26 +0100)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 27 Oct 2014 17:26:02 +0000
(18:26 +0100)
admin/inst_lang.php
patch
|
blob
|
history
diff --git
a/admin/inst_lang.php
b/admin/inst_lang.php
index d533944f71c466e045c5cd2b335effc0fb789d6c..71fedd5b7e3e192d103484720fe9c5f411a4282e 100644
(file)
--- a/
admin/inst_lang.php
+++ b/
admin/inst_lang.php
@@
-77,7
+77,7
@@
function display_languages()
$support = $GetText->check_support($lang, $charset);
- if (function_exists('gettext') && !$support && !get_post('DisplayAll')) continue;
+ if (function_exists('gettext') && !$support && !get_post('DisplayAll')
&& $lang != 'C'
) continue;
label_cell($lang);
label_cell($available ? get_package_view_str($lang, $lang_name) : $lang_name);