From bf920a44438a336048c28281611182b84bf629ce Mon Sep 17 00:00:00 2001 From: dragon28 Date: Sun, 26 May 2002 10:25:22 +0000 Subject: [PATCH] fixed typo's --- installer.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/installer.pl b/installer.pl index 85e3a8a88e..2dd00daaef 100644 --- a/installer.pl +++ b/installer.pl @@ -56,7 +56,7 @@ print "\nChecking perl modules ...\n"; # my @missing = (); unless (eval require DBI) { push @missing,"DBI" }; -unless (eval require Date::Manip) { push @missing,"Datr::Manip" }; +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" }; @@ -330,7 +330,3 @@ print "Successfully updated Apache Configuration file.\n"; # 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 -# -- 2.39.5