From f14ebf73a8a59ba245a80e7ea509b5be912b2885 Mon Sep 17 00:00:00 2001
From: Chris Cormack <chris@bigballofwax.co.nz>
Date: Sun, 7 Apr 2013 15:53:09 +1200
Subject: [PATCH] Bug 9941: Follow up to make the error message print nicely

---
 installer/install.pl |    1 +
 1 file changed, 1 insertion(+)

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