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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +1 lines)
Lines 64-69 GetOptions( Link Here
64
my $dbh = C4::Context->dbh;
64
my $dbh = C4::Context->dbh;
65
$|=1; # flushes output
65
$|=1; # flushes output
66
66
67
local $dbh->{RaiseError} = 0;
67
68
68
# Record the version we are coming from
69
# Record the version we are coming from
69
70
70
- 

Return to bug 9135