[Koha-patches] [PATCH 1/2] bug 1080 follow-up: make sure 'sound' isn't listed as a language

Galen Charlton gmcharlt at gmail.com
Thu Feb 18 18:06:33 CET 2010


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 C4/Languages.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Languages.pm b/C4/Languages.pm
index ab57614..5879930 100644
--- a/C4/Languages.pm
+++ b/C4/Languages.pm
@@ -265,7 +265,7 @@ sub _get_language_dirs {
         next if $lang_string =~/css$/;
         next if $lang_string =~/CVS$/;
         next if $lang_string =~/\.txt$/i;     #Don't read the readme.txt !
-        next if $lang_string =~/img|images|famfam/;
+        next if $lang_string =~/img|images|famfam|sound/;
         push @lang_strings, $lang_string;
     }
         return (@lang_strings);
-- 
1.6.3.3




More information about the Koha-patches mailing list