From 27a0784becc599e894e7d6cfad8c9b554edce5de Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 7 Apr 2013 15:53:09 +1200 Subject: [PATCH] Bug 9941: Follow up to make the error message print nicely Signed-off-by: Kyle M Hall --- installer/install.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/installer/install.pl b/installer/install.pl index 67b8f3a..39ac019 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -25,6 +25,7 @@ eval { }; if ($@) { + print $query->header(); print "Unable to connect to database. Please check your database configuration in koha-conf.xml"; exit; } -- 1.7.2.5