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

(-)a/C4/Installer.pm (-3 / +4 lines)
Lines 529-536 sub load_sql { Link Here
529
        # report the import a failure although it really succeded -fbcit
529
        # report the import a failure although it really succeded -fbcit
530
    }
530
    }
531
#   errors thrown while loading installer data should be logged
531
#   errors thrown while loading installer data should be logged
532
    warn "C4::Installer::load_sql returned the following errors while attempting to load $filename:\n";
532
    if($error) {
533
    warn $error;
533
      warn "C4::Installer::load_sql returned the following errors while attempting to load $filename:\n";
534
      warn $error;
535
    }
534
    return $error;
536
    return $error;
535
}
537
}
536
538
537
- 

Return to bug 6699