last commit before 1.3.3 ?
authortipaul <tipaul>
Mon, 6 Jan 2003 11:11:56 +0000 (11:11 +0000)
committertipaul <tipaul>
Mon, 6 Jan 2003 11:11:56 +0000 (11:11 +0000)
small bugfix and polish opac language selection

misc/Install.pm
misc/buildrelease

index e27f134..b49d6d9 100644 (file)
@@ -1218,11 +1218,12 @@ $messages->{'Language'}->{en}=qq|
 = CHOOSE LANGUAGES  =
 ====================
 This version of koha supports a few languages.
-Enter you languages preferences : either en, fr or es.
+Enter you languages preferences : either en, fr, es or pl.
 Note that the en is always choosen when the system does not finds the
 language you choose in a specific screen.
 fr : opac is translated (except pictures)
 es : a few intranet is translated (including pictures)
+pl : opac is translated (UNTESTED in this release)
 |;
 
 sub updatedatabase {
index ba4f63a..aef6333 100644 (file)
@@ -351,7 +351,7 @@ if (-e "$roothomedir/docs") {
 
 chdir("/tmp");
 system("tar czf /tmp/koha-$releaseversion.tar.gz koha-".$releaseversion);
-#system("rm -rf $rootdir");
+system("rm -rf $rootdir");
 
 print qq|
 ============