[Koha-cvs] CVS: koha installer.pl,1.2.2.10,1.2.2.11

Mike Mylonas dragon28 at users.sourceforge.net
Sun May 26 12:25:24 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv4548/koha

Modified Files:
      Tag: rel-1-2
	installer.pl 
Log Message:
fixed typo's

Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.10
retrieving revision 1.2.2.11
diff -C2 -r1.2.2.10 -r1.2.2.11
*** installer.pl	26 May 2002 10:21:09 -0000	1.2.2.10
--- installer.pl	26 May 2002 10:25:22 -0000	1.2.2.11
***************
*** 57,61 ****
  my @missing = ();
  unless (eval require DBI)               { push @missing,"DBI" };
! unless (eval require Date::Manip)       { push @missing,"Datr::Manip" };
  unless (eval require DBD::mysql)        { push @missing,"DBD::mysql" };
  unless (eval require Set::Scalar)       { push @missing,"Set::Scalar" };
--- 57,61 ----
  my @missing = ();
  unless (eval require DBI)               { push @missing,"DBI" };
! unless (eval require Date::Manip)       { push @missing,"Date::Manip" };
  unless (eval require DBD::mysql)        { push @missing,"DBD::mysql" };
  unless (eval require Set::Scalar)       { push @missing,"Set::Scalar" };
***************
*** 331,336 ****
  print "\nCongratulations ... your Koha installation is complete!\n";
  print "\nYou will need to restart your webserver before using Koha!\n";
- 
- #
- #Sub for chown of conf and cgi-bin dir
- #    
--- 331,332 ----





More information about the Koha-cvs mailing list