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

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

Return to bug 6699