Searching Patch 1: fixing searching in 3.0
[koha.git] / about.pl
index 99b9fd5..8076964 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -1,4 +1,4 @@
-รถ#!/usr/bin/perl
+#!/usr/bin/perl
  
 # This file is part of Koha.
 #
@@ -37,7 +37,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     }
 );
 
-my $kohaVersion   = C4::Context->config("kohaversion");
+my $kohaVersion   = C4::Context::KOHAVERSION;
 my $osVersion     = `uname -a`;
 my $perlVersion   = $];
 my $mysqlVersion  = `mysql -V`;
@@ -60,7 +60,7 @@ my @component_names =
        LWP::Simple       XML::Simple       Net::Z3950
        Event             Net::LDAP         PDF::API2
        Mail::Sendmail    MARC::Record      Digest::MD5
-       HTML::Template    DBD::mysql        Date::Manip
+       HTML::Template    DBD::mysql        
        DBI               Net::Z3950::ZOOM
        Date::Calc
       /;