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

(-)a/C4/Installer.pm (-1 / +3 lines)
Lines 486-491 sub load_sql { Link Here
486
                }
486
                }
487
            };
487
            };
488
        }
488
        }
489
        if ($@){
490
            warn "Something went wrong loading file $filename ($@)";
491
        }
489
    };
492
    };
490
    #   errors thrown while loading installer data should be logged
493
    #   errors thrown while loading installer data should be logged
491
    if( $dup_stderr ) {
494
    if( $dup_stderr ) {
492
- 

Return to bug 13897