View | Details | Raw Unified | Return to bug 9941
Collapse All | Expand All

(-)a/installer/install.pl (-1 / +1 lines)
Lines 25-30 eval { Link Here
25
};
25
};
26
26
27
if ($@) {
27
if ($@) {
28
    print $query->header();
28
    print "Unable to connect to database. Please check your database configuration in koha-conf.xml";
29
    print "Unable to connect to database. Please check your database configuration in koha-conf.xml";
29
    exit;
30
    exit;
30
}
31
}
31
- 

Return to bug 9941