};
if ($@) {
print $query->header();
print "Unable to connect to database. Please check your database configuration in koha-conf.xml";
exit;
}
-