koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mike Mylonas
Subject: [Koha-cvs] CVS: koha installer.pl,1.2.2.10,1.2.2.11
Date: Sun, 26 May 2002 03:25:24 -0700

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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]