http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12017

--- Comment #28 from Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> ---
Created attachment 27696
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27696&action=edit
Bug 12017 - 10 - Remove description from getLanguage

This patch rewrites getLanguage function.
This function is of not much use, but is
rewrited to takes its data from language_rfc4646_to_iso639
table.

To test:
1. Apply the patch
2. Only place that use this function is t/db_dependent/Languages.t
so run the test and check that it pass
3. To compare the output pre and post patch you can run
perl -e 'use C4::Languages; use Data::Dumper; $a = getLanguages(); print Dumper
$a;'

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to