[Koha-cvs] CVS: koha/misc Install.pm,1.83,1.84

Paul POULAIN tipaul at users.sourceforge.net
Wed Dec 8 16:37:29 CET 2004


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10615/misc

Modified Files:
	Install.pm 
Log Message:
fix following Klaus Weidenbach mail, to backup in manually entered directory.

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** Install.pm	8 Dec 2004 10:28:42 -0000	1.83
--- Install.pm	8 Dec 2004 15:37:26 -0000	1.84
***************
*** 2088,2091 ****
--- 2088,2092 ----
  
  my $answer = showmessage(getmessage('BackupDir',[$backupdir]),'free',$backupdir);
+ $backupdir = $answer; 
  
  if (! -e $backupdir) {





More information about the Koha-cvs mailing list