Fixes to installer with changes to language management
authorJoshua Ferraro <jmf@liblime.com>
Mon, 12 Nov 2007 01:41:48 +0000 (19:41 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 5 Jan 2008 08:59:42 +0000 (02:59 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/install.pl

index e407bfd..7c18138 100755 (executable)
@@ -6,7 +6,7 @@ use diagnostics;
 use InstallAuth;
 use C4::Context;
 use C4::Output;
-use C4::Languages;
+use C4::Languages qw(getAllLanguages getTranslatedLanguages);
 
 use strict;    # please develop with the strict pragma